mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 13:14:59 +00:00
Added CMakeLists.txt
This commit is contained in:
7
driver/CMakeLists.txt
Normal file
7
driver/CMakeLists.txt
Normal 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()
|
||||
Reference in New Issue
Block a user