Commit caeafd31 by Maarten L. Hekkelman

clean up

parent 98e3c47c
......@@ -168,8 +168,7 @@ include_directories(
${PROJECT_SOURCE_DIR}/src
)
add_library(cifpp_obj OBJECT ${project_sources} ${project_headers}
${CMAKE_CURRENT_BINARY_DIR}/revision.hpp)
add_library(cifpp_obj OBJECT ${project_sources} ${project_headers})
set_target_properties(cifpp_obj PROPERTIES POSITION_INDEPENDENT_CODE 1)
add_library(cifpp SHARED $<TARGET_OBJECTS:cifpp_obj>)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment