mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 23:50:24 -07:00
cmake: add dep of version lib on version.cpp
Also, move cmake source files into cmake/ to keep them together.
This commit is contained in:
@@ -698,8 +698,6 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang" AND ARCH_WIDTH EQUAL "32" AND NOT IOS)
|
||||
list(APPEND EXTRA_LIBRARIES ${ATOMIC})
|
||||
endif()
|
||||
|
||||
include(version.cmake)
|
||||
|
||||
find_path(ZMQ_INCLUDE_PATH zmq.hpp)
|
||||
find_library(ZMQ_LIB zmq)
|
||||
find_library(SODIUM_LIBRARY sodium)
|
||||
|
||||
Reference in New Issue
Block a user