Add install target
This commit is contained in:
parent
bde032fa53
commit
0e653bf6e9
1 changed files with 3 additions and 0 deletions
|
@ -79,3 +79,6 @@ target_link_libraries(libxiv PUBLIC ${LIBRARIES} pugixml)
|
||||||
target_link_directories(libxiv PUBLIC ${LIB_DIRS})
|
target_link_directories(libxiv PUBLIC ${LIB_DIRS})
|
||||||
target_compile_features(libxiv PUBLIC cxx_std_17)
|
target_compile_features(libxiv PUBLIC cxx_std_17)
|
||||||
set_target_properties(libxiv PROPERTIES CXX_EXTENSIONS OFF)
|
set_target_properties(libxiv PROPERTIES CXX_EXTENSIONS OFF)
|
||||||
|
|
||||||
|
install(TARGETS libxiv
|
||||||
|
DESTINATION "${INSTALL_LIB_PATH}")
|
Reference in a new issue