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 a5366a4 commit 391aae2Copy full SHA for 391aae2
CMakeLists.txt
@@ -93,7 +93,7 @@ add_subdirectory(lib)
93
add_subdirectory(opi)
94
add_subdirectory(wish)
95
add_subdirectory(stdlib)
96
-add_subdirectory(platform-test)
+add_subdirectory(platform-test EXCLUDE_FROM_ALL)
97
98
# Add launcher and icons
99
if(UNIX)
vm/vm/CMakeLists.txt
@@ -1,2 +1,2 @@
1
add_subdirectory(main)
2
-add_subdirectory(test)
+add_subdirectory(test EXCLUDE_FROM_ALL)
0 commit comments