dear community,
I want to make a module for a language that is not supported by CMake.
are there any restrictions in using *add_executable* for any language
other than C / C++,
must the build be constructed very similar to C language?
I was looking into Java module for reference and noted that it is
defining its own functions for build. Since overriding standard CMake
functions is discouraged and *add_executable* seems to be hard coded
(not a CMake module) I believe that I have to create my own functions
like add_verilog_configuration, target_link_verilog_library and alike.
--
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:
https://cmake.org/mailman/listinfo/cmake