We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254627a commit e5108dcCopy full SHA for e5108dc
CMakeLists.txt
@@ -340,7 +340,7 @@ add_executable(lslver testing/lslver.c)
340
target_link_libraries(lslver PRIVATE lsl)
341
installLSLApp(lslver)
342
343
-if(LSL_TOOLS)
+if(NOT WIN32 AND LSL_TOOLS)
344
add_executable(blackhole testing/blackhole.cpp)
345
target_link_libraries(blackhole PRIVATE Threads::Threads)
346
target_include_directories(blackhole PRIVATE "thirdparty/asio/")
0 commit comments