nod/driver/CMakeLists.txt

7 lines
147 B
CMake
Raw Normal View History

2016-03-04 15:04:30 -08:00
add_executable(nodtool main.cpp)
2015-07-06 20:22:19 -07:00
2016-03-04 15:04:30 -08:00
target_link_libraries(nodtool nod logvisor)
2015-07-06 20:22:19 -07:00
if (NOT WIN32)
2016-09-17 14:33:14 -07:00
target_link_libraries(nodtool pthread dl)
2015-07-06 20:22:19 -07:00
endif()