nod/driver/CMakeLists.txt

8 lines
159 B
CMake
Raw Normal View History

2015-07-06 20:22:19 -07:00
add_executable(nodtool
main.cpp)
target_link_libraries(nodtool NOD LogVisor)
if (NOT WIN32)
target_link_libraries(nodtool pthread)
endif()