mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 05:03:26 +01:00
Merge pull request #2645
6bab9efe
debug utils: fix debug build: rm unused identifier (redfish)b92d3f96
cmake: fix shared library build (redfish)
This commit is contained in:
commit
9d481f57f9
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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user