diff --git a/libsgp4/CMakeLists.txt b/libsgp4/CMakeLists.txt index f70d73b..421917f 100644 --- a/libsgp4/CMakeLists.txt +++ b/libsgp4/CMakeLists.txt @@ -37,5 +37,6 @@ set(SRCS add_library(sgp4 STATIC ${SRCS} ${INCS}) add_library(sgp4s SHARED ${SRCS} ${INCS}) +install( TARGETS sgp4 LIBRARY DESTINATION lib ) install( TARGETS sgp4s LIBRARY DESTINATION lib ) install( FILES ${INCS} DESTINATION include/libsgp4 )