diff --git a/Modules/Core/CommandLineParser/CMakeLists.txt b/Modules/Core/CommandLineParser/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..a94233b6eab7dda516bae17a3f2f01b19261c514 --- /dev/null +++ b/Modules/Core/CommandLineParser/CMakeLists.txt @@ -0,0 +1,5 @@ +project(OTBCommandLineParser) + +set(OTBCommandLineParser_LIBRARIES OTBCommandLineParser) + +otb_module_impl()