mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
cmake: fix shared library build
This commit is contained in:
parent
86e9de588c
commit
b92d3f96c0
1 changed files with 2 additions and 1 deletions
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 a new issue