1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 12:10:31 -04:00
ports/devel/tclap/files/patch-CMakeLists.txt
2021-09-07 03:07:04 -07:00

16 lines
376 B
Text

--- CMakeLists.txt.orig 2021-09-07 09:26:56 UTC
+++ CMakeLists.txt
@@ -25,7 +25,13 @@ install(FILES "${PROJECT_BINARY_DIR}/tclap/TCLAPConfig
DESTINATION include/tclap
)
+if (FREEBSD_DOCS)
add_subdirectory(docs)
+endif()
+if (FREEBSD_EXAMPLES)
add_subdirectory(examples)
+endif()
+if (FREEBSD_TESTS)
add_subdirectory(tests)
+endif()
add_subdirectory(include/tclap)