From 0e653bf6e95b7633b3f0a55217d82cf799b4a289 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 13 Apr 2022 09:40:36 -0400 Subject: [PATCH] Add install target --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c81cca0..82cfa6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,3 +79,6 @@ target_link_libraries(libxiv PUBLIC ${LIBRARIES} pugixml) target_link_directories(libxiv PUBLIC ${LIB_DIRS}) target_compile_features(libxiv PUBLIC cxx_std_17) set_target_properties(libxiv PROPERTIES CXX_EXTENSIONS OFF) + +install(TARGETS libxiv + DESTINATION "${INSTALL_LIB_PATH}") \ No newline at end of file