Skip to content

Commit

Permalink
fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Feb 2, 2013
1 parent a0325f1 commit 5f91a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ add_library(${PROJECT_NAME}_lib SHARED ${SRC_FILES})
target_link_libraries(${PROJECT_NAME}_lib ${LIBS})
set_target_properties(${PROJECT_NAME}_lib PROPERTIES OUTPUT_NAME ${PROJECT_NAME})
install(TARGETS ${PROJECT_NAME}_lib
LIBRARY DESTINATION ${PROJECT_SOURCE_DIR}/lib
DESTINATION ${PROJECT_SOURCE_DIR}/lib
)

# as an executable
Expand Down

0 comments on commit 5f91a45

Please sign in to comment.