Skip to content

Commit

Permalink
Added privateer_executable back
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Sep 5, 2024
1 parent b7354f5 commit 42c430c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,6 @@ set_target_properties(privateer_modelling PROPERTIES LINK_FLAGS "-undefined dyna
set(PRIVATEER_SOURCE ${PRIVATEER_SOURCE_DIR}/cpp/privateer.cpp)

install ( TARGETS privateer_lib LIBRARY DESTINATION privateer)
install ( TARGETS privateer_exec LIBRARY DESTINATION privateer)
install ( TARGETS privateer_exec DESTINATION ${CMAKE_SOURCE_DIR})
install ( TARGETS privateer_core LIBRARY DESTINATION privateer )
install ( TARGETS privateer_modelling LIBRARY DESTINATION privateer)

0 comments on commit 42c430c

Please sign in to comment.