Re: [CMake] Formatting CMakeLists

2012-08-23 Thread John Drescher
On Thu, Aug 23, 2012 at 11:39 AM, Jason T. Slack-Moehrle wrote: > A few questions on formatting the CMakeLists file. > > Is there sort of a "template" that everyone uses to ensure not > overwriting options, etc? > > Second, when using commands like: > > SET( CORE_SOURCE_FILES "main.cpp" ) > > can

[CMake] Formatting CMakeLists

2012-08-23 Thread Jason T. Slack-Moehrle
A few questions on formatting the CMakeLists file. Is there sort of a "template" that everyone uses to ensure not overwriting options, etc? Second, when using commands like: SET( CORE_SOURCE_FILES "main.cpp" ) can I break lines like: SET( CORE_SOURCE_FILES "main.cpp" "file1.cpp" "file2.cpp" )