summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2024-06-09 16:05:17 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2024-08-27 15:30:23 (GMT)
commit5b89e46c118d0339b0744daf423a2a6a2c4e5c39 (patch)
treee59dcd171ff876d04f42b9352d4efc91c8322ef5
parent72607d3402b91c3a9f4579c86175e4ca1ce6aa4e (diff)
downloadCMake-5b89e46c118d0339b0744daf423a2a6a2c4e5c39.zip
CMake-5b89e46c118d0339b0744daf423a2a6a2c4e5c39.tar.gz
CMake-5b89e46c118d0339b0744daf423a2a6a2c4e5c39.tar.bz2
cmCommandLineArgument: add missing header to source list
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 67360bc..2dc3bcc 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -140,6 +140,7 @@ add_library(
cmCMakePresetsGraphReadJSONTestPresets.cxx
cmCMakePresetsGraphReadJSONWorkflowPresets.cxx
cmCommandArgumentParserHelper.cxx
+ cmCommandLineArgument.h
cmCommonTargetGenerator.cxx
cmCommonTargetGenerator.h
cmComputeComponentGraph.cxx