mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +01:00
Added install step
This commit is contained in:
parent
59b621ecc2
commit
61310fd3e9
1 changed files with 6 additions and 3 deletions
|
@ -21,7 +21,7 @@ set_property(GLOBAL
|
|||
PROPERTY USE_FOLDERS ON)
|
||||
|
||||
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
|
||||
add_definitions("-Wno-parentheses-equality")
|
||||
add_definitions("-Wno-parentheses-equality")
|
||||
endif()
|
||||
|
||||
#
|
||||
|
@ -394,6 +394,11 @@ set_property(TARGET ${LIBNAME}
|
|||
ARABICA_NOT_USE_PRAGMA_LINKER_OPTIONS
|
||||
)
|
||||
|
||||
install(TARGETS ${LIBNAME}
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib
|
||||
)
|
||||
|
||||
set_source_files_properties(${ARABICA_CONFIG_FILE} PROPERTIES HEADER_FILE_ONLY TRUE)
|
||||
|
||||
|
||||
|
@ -587,5 +592,3 @@ if(BUILD_ARABICA_EXAMPLES)
|
|||
set_target_properties(${EXAMPLE_NAME} PROPERTIES FOLDER "3rdparty/arabica_examples")
|
||||
|
||||
endif()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue