If one looks at the documentation
https://cmake.org/cmake/help/v3.0/command/project.html
one sees
project(<PROJECT-NAME> [LANGUAGES] [<language-name>...])
and the following text: 'By default C and CXX are enabled if no language
options are given.'
It there a list of available languages ?
I have a project that has m4 input files. A single m4 input file can be
used to generate output in Perl, Octave, Python, or C++ language. Can
CMake handle this type of dependency, or would I have to use custom
targets in this case ?
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers various services to support the CMake community. For more
information on each offering, please visit:
CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake