Added CMakeLists.txt

This commit is contained in:
Jack Andersen
2015-07-06 17:22:19 -10:00
parent 179013df15
commit dea4eda76d
9 changed files with 296 additions and 1 deletions

7
driver/CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
add_executable(nodtool
main.cpp)
target_link_libraries(nodtool NOD LogVisor)
if (NOT WIN32)
target_link_libraries(nodtool pthread)
endif()