mirror of
https://github.com/AxioDL/nod.git
synced 2025-07-14 00:55:56 +00:00
7 lines
144 B
CMake
7 lines
144 B
CMake
add_executable(nodtool main.cpp)
|
|
|
|
target_link_libraries(nodtool nod logvisor)
|
|
if (NOT WIN32)
|
|
target_link_libraries(nodtool pthread)
|
|
endif()
|