CMakeLists.txt - fixup a bit of documentation

This commit is contained in:
Allen Winter
2021-03-13 17:08:55 -05:00
parent 8970274810
commit e29f7cb1d3

View File

@@ -21,8 +21,9 @@
# #
# -DKDDockWidgets_UNINSTALL=[true|false] # -DKDDockWidgets_UNINSTALL=[true|false]
# Setup the uninstall target. # Setup the uninstall target.
# You may want to disable the uninstall target that's added by default when you are including # You may want to disable the uninstall target when you are using KDDockWidgets
# KDDockWidgets as a submodule directly and have a custom uninstall target of your own. # as a submodule directly and have a custom uninstall target of your own.
# Default=true
# #
# -DKDDockWidgets_TESTS=[true|false] # -DKDDockWidgets_TESTS=[true|false]
# Build the test harness. # Build the test harness.