nod/driver/CMakeLists.txt

8 lines
159 B
CMake
Raw Normal View History

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