mirror of
https://github.com/gwm17/catima.git
synced 2025-04-07 16:48:51 -04:00
Update CMakeLists.txt
This commit is contained in:
parent
16c5411b6d
commit
f8de57b06b
|
@ -75,7 +75,7 @@ LIST (APPEND SOURCES ${GLOBAL_SOURCES})
|
||||||
endif(GLOBAL)
|
endif(GLOBAL)
|
||||||
file(GLOB HEADERS *.h)
|
file(GLOB HEADERS *.h)
|
||||||
|
|
||||||
add_library(catima SHARED ${SOURCES})
|
add_library(catima ${SOURCES})
|
||||||
set_target_properties(catima PROPERTIES
|
set_target_properties(catima PROPERTIES
|
||||||
POSITION_INDEPENDENT_CODE ON
|
POSITION_INDEPENDENT_CODE ON
|
||||||
LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib
|
LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib
|
||||||
|
|
Loading…
Reference in New Issue
Block a user