[CMake] Including Files

ML mailinglists at MailNewsRSS.com
Mon Aug 10 19:43:23 EDT 2009


Hi All,

In my CMakeList..txt, I want to do some including of other files that  
will do some setting or options, etc, etc/

Something like:

if (APPLE)

  include(apple.txt)

endif (APPLE)

Can I do this? is there a proper naming convention I should use?

-Jason



More information about the CMake mailing list