Skip to content

Commit bde5459

Browse files
committed
Add install target
1 parent 88ed1d4 commit bde5459

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

physx/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,3 +611,7 @@ endif ()
611611
target_compile_options(PhysX PRIVATE
612612
-Wno-invalid-offsetof
613613
)
614+
615+
install(TARGETS PhysX
616+
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
617+
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

0 commit comments

Comments
 (0)