mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
CMake: glob missing headers for easylogging
This commit is contained in:
parent
b1873af519
commit
a4a154b0e2
6
external/easylogging++/CMakeLists.txt
vendored
6
external/easylogging++/CMakeLists.txt
vendored
@ -36,8 +36,12 @@ monero_enable_coverage()
|
||||
find_package(Threads)
|
||||
find_package(Backtrace)
|
||||
|
||||
monero_find_all_headers(EASYLOGGING_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
|
||||
add_library(easylogging
|
||||
easylogging++.cc)
|
||||
easylogging++.cc
|
||||
${EASYLOGGING_HEADERS}
|
||||
)
|
||||
|
||||
include_directories("${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
|
||||
|
Loading…
Reference in New Issue
Block a user