progminer zano miner fork https://github.com/hyle-team/progminer
This commit is contained in:
9
zano/libdevcore/CMakeLists.txt
Normal file
9
zano/libdevcore/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
file(GLOB HEADERS "*.h")
|
||||
file(GLOB SOURCES "*.cpp")
|
||||
|
||||
find_package(Threads)
|
||||
|
||||
add_library(devcore ${SOURCES} ${HEADERS})
|
||||
target_link_libraries(devcore PUBLIC Boost::boost Boost::system)
|
||||
target_link_libraries(devcore PRIVATE Threads::Threads)
|
||||
|
||||
Reference in New Issue
Block a user