Skip to content

Commit

Permalink
Install cpsm_py.so once
Browse files Browse the repository at this point in the history
  • Loading branch information
noscript committed Jun 13, 2019
1 parent 900023c commit 44f94b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ if(APPLE)
set_target_properties(cpsm_py PROPERTIES SUFFIX ".so")
endif()
install(TARGETS cpsm_py DESTINATION ${PROJECT_SOURCE_DIR}/autoload)
install(TARGETS cpsm_py DESTINATION ${PROJECT_SOURCE_DIR}/bin)

add_executable(cpsm_cli src/cpsm_cli_main.cc)
target_link_libraries(cpsm_cli cpsm_core ${Boost_PROGRAM_OPTIONS_LIBRARIES})
Expand Down

0 comments on commit 44f94b8

Please sign in to comment.