mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-27 05:13:25 +01:00
cmake: fix shared library build
This commit is contained in:
parent
86e9de588c
commit
b92d3f96c0
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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user