mirror of
https://github.com/monero-project/monero.git
synced 2025-12-29 00:32:56 +01:00
cmake: fix shared library build
This commit is contained in:
3
external/easylogging++/CMakeLists.txt
vendored
3
external/easylogging++/CMakeLists.txt
vendored
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user