mirror of
https://github.com/monero-project/monero.git
synced 2026-01-06 04:32:51 +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)
|
set(lib_folder lib)
|
||||||
endif()
|
endif()
|
||||||
install(TARGETS easylogging
|
install(TARGETS easylogging
|
||||||
ARCHIVE DESTINATION ${lib_folder})
|
ARCHIVE DESTINATION ${lib_folder}
|
||||||
|
LIBRARY DESTINATION ${lib_folder})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user