mirror of
https://github.com/monero-project/monero.git
synced 2025-12-11 17:41:28 +09: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)
|
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…
x
Reference in New Issue
Block a user