progminer zano miner fork https://github.com/hyle-team/progminer
This commit is contained in:
6
zano/libethash-cpu/CMakeLists.txt
Normal file
6
zano/libethash-cpu/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
file(GLOB sources "*.cpp")
|
||||
file(GLOB headers "*.h")
|
||||
|
||||
add_library(ethash-cpu ${sources} ${headers})
|
||||
target_link_libraries(ethash-cpu ethcore ethash Boost::thread)
|
||||
target_include_directories(ethash-cpu PRIVATE .. ${CMAKE_CURRENT_BINARY_DIR})
|
||||
Reference in New Issue
Block a user