Skip to content

Commit 2222fd0

Browse files
committed
Commenting out unfinished directories.
1 parent e18285c commit 2222fd0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,16 +226,16 @@ add_subdirectory(src/lib)
226226
#=============================================================================
227227

228228
# Add tests (only if requested)
229-
if(PTK_BUILD_TESTS)
230-
add_subdirectory(src/tests)
231-
endif()
229+
# if(PTK_BUILD_TESTS)
230+
# add_subdirectory(src/tests)
231+
# endif()
232232

233233

234234
message(STATUS "Building examples: ${PTK_BUILD_EXAMPLES}")
235235
# Add examples (only if requested)
236-
if(PTK_BUILD_EXAMPLES)
237-
add_subdirectory(src/examples)
238-
endif()
236+
# if(PTK_BUILD_EXAMPLES)
237+
# add_subdirectory(src/examples)
238+
# endif()
239239

240240
#=============================================================================
241241
# INSTALLATION

0 commit comments

Comments
 (0)