mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
12 lines
244 B
Text
12 lines
244 B
Text
--- CMakeLists.txt.orig 2022-07-09 00:35:05 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -21,7 +21,9 @@ endif()
|
|
|
|
add_subdirectory(lint)
|
|
|
|
+if (FREEBSD_BUILD_EXAMPLES)
|
|
add_subdirectory(example)
|
|
+endif()
|
|
# add_subdirectory(cymbol)
|
|
|
|
if (${PEGLIB_BUILD_TESTS})
|