mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
13 lines
311 B
Text
13 lines
311 B
Text
--- src/async/CMakeLists.txt.orig 2015-11-22 16:03:59 UTC
|
|
+++ src/async/CMakeLists.txt
|
|
@@ -1,7 +1,9 @@
|
|
+if(NOT QT_ONLY)
|
|
add_subdirectory(core)
|
|
add_subdirectory(cpp)
|
|
add_subdirectory(audio)
|
|
+add_subdirectory(demo)
|
|
+endif(NOT QT_ONLY)
|
|
if(USE_QT)
|
|
add_subdirectory(qt)
|
|
endif(USE_QT)
|
|
-add_subdirectory(demo)
|