We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18285c commit 2222fd0Copy full SHA for 2222fd0
CMakeLists.txt
@@ -226,16 +226,16 @@ add_subdirectory(src/lib)
226
#=============================================================================
227
228
# Add tests (only if requested)
229
-if(PTK_BUILD_TESTS)
230
- add_subdirectory(src/tests)
231
-endif()
+# if(PTK_BUILD_TESTS)
+# add_subdirectory(src/tests)
+# endif()
232
233
234
message(STATUS "Building examples: ${PTK_BUILD_EXAMPLES}")
235
# Add examples (only if requested)
236
-if(PTK_BUILD_EXAMPLES)
237
- add_subdirectory(src/examples)
238
+# if(PTK_BUILD_EXAMPLES)
+# add_subdirectory(src/examples)
239
240
241
# INSTALLATION
0 commit comments