Skip to content

Commit adea7d3

Browse files
committed
fixup! TEMP
1 parent b87d01c commit adea7d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,14 @@ endif()
163163
add_subdirectory(src)
164164
add_subdirectory(resources)
165165

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-
endif()
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+
#endif()
174174

175175
if(SWIFT_BUILD_DOCUMENTATION)
176176
add_custom_target(documentation env DOXY_SRC_ROOT=${swift_SOURCE_DIR} doxygen Doxyfile WORKING_DIRECTORY ${swift_SOURCE_DIR}/docs)

0 commit comments

Comments
 (0)