cmake: fix shared library build

This commit is contained in:
redfish 2017-10-13 15:36:24 +00:00
parent 86e9de588c
commit b92d3f96c0
1 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ if (BUILD_GUI_DEPS)
set(lib_folder lib)
endif()
install(TARGETS easylogging
ARCHIVE DESTINATION ${lib_folder})
ARCHIVE DESTINATION ${lib_folder}
LIBRARY DESTINATION ${lib_folder})
endif()