|
@ -6,6 +6,7 @@ aux_source_directory(. SRC_LIST) |
|
|
include_directories(BEFORE ${JSONCPP_INCLUDE_DIRS}) |
|
|
include_directories(BEFORE ${JSONCPP_INCLUDE_DIRS}) |
|
|
include_directories(BEFORE ..) |
|
|
include_directories(BEFORE ..) |
|
|
include_directories(${DB_INCLUDE_DIRS}) |
|
|
include_directories(${DB_INCLUDE_DIRS}) |
|
|
|
|
|
include_directories(${OpenCL_INCLUDE_DIRS}) |
|
|
|
|
|
|
|
|
set(EXECUTABLE exp) |
|
|
set(EXECUTABLE exp) |
|
|
|
|
|
|
|
@ -27,11 +28,6 @@ target_link_libraries(${EXECUTABLE} p2p) |
|
|
if (ETHASHCL) |
|
|
if (ETHASHCL) |
|
|
target_link_libraries(${EXECUTABLE} ethash-cl) |
|
|
target_link_libraries(${EXECUTABLE} ethash-cl) |
|
|
target_link_libraries(${EXECUTABLE} ethash) |
|
|
target_link_libraries(${EXECUTABLE} ethash) |
|
|
target_link_libraries(${EXECUTABLE} OpenCL) |
|
|
target_link_libraries(${EXECUTABLE} ${OpenCL_LIBRARIES}) |
|
|
endif() |
|
|
endif() |
|
|
install( TARGETS ${EXECUTABLE} DESTINATION bin) |
|
|
install( TARGETS ${EXECUTABLE} DESTINATION bin) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|