install openGJK/openGJK.h to /usr/local/include

missed this in the dylib inst commit; I broke the install() command into 2
This commit is contained in:
2023-06-14 13:53:32 -07:00
parent 73cfe1e1cd
commit 7cef4e55fb

View File

@@ -102,7 +102,10 @@ if (UNIX)
set(DESTDIR "/usr/local")
INSTALL(TARGETS opengjk_ce
LIBRARY DESTINATION "${DESTDIR}/lib"
PUBLIC_HEADER DESTINATION "${DESTDIR}/include"
PERMISSIONS WORLD_WRITE
)
INSTALL(TARGETS obj_openGJK
PUBLIC_HEADER DESTINATION "${DESTDIR}/include/openGJK"
PERMISSIONS WORLD_WRITE
)
endif (UNIX)