cmake: fix shared library build

release-v0.4.0.1
redfish 7 years ago
parent 86e9de588c
commit b92d3f96c0

@ -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()

Loading…
Cancel
Save