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 b87d01c commit adea7d3Copy full SHA for adea7d3
CMakeLists.txt
@@ -163,14 +163,14 @@ endif()
163
add_subdirectory(src)
164
add_subdirectory(resources)
165
166
-if(SWIFT_BUILD_UNIT_TESTS)
167
- enable_testing()
168
- add_subdirectory(tests)
169
-endif()
170
-
171
-if(SWIFT_BUILD_SAMPLES)
172
- add_subdirectory(samples)
173
+#if(SWIFT_BUILD_UNIT_TESTS)
+# enable_testing()
+# add_subdirectory(tests)
+#endif()
+#
+#if(SWIFT_BUILD_SAMPLES)
+# add_subdirectory(samples)
174
175
if(SWIFT_BUILD_DOCUMENTATION)
176
add_custom_target(documentation env DOXY_SRC_ROOT=${swift_SOURCE_DIR} doxygen Doxyfile WORKING_DIRECTORY ${swift_SOURCE_DIR}/docs)
0 commit comments