nod/driver/CMakeLists.txt
2016-09-17 11:33:14 -10:00

7 lines
147 B
CMake

add_executable(nodtool main.cpp)
target_link_libraries(nodtool nod logvisor)
if (NOT WIN32)
target_link_libraries(nodtool pthread dl)
endif()