Re: [CMake] Which style of file extension is better for optional CMake files?

2011-10-12 Thread Ryuan Choi
 I think it's mostly a matter of style... so you could go either way.
 
 Personally, I would choose the PlatformXXX.cmake names over the
 other ones. The other ones are too close to CMakeLists.txt and could
 be confused for them by a quick scan of the file name. So, for human
 readability and understanding, I would prefer the PlatformXXX.cmake
 names.

Thank you for the answer.
I realized that I have a mistake in my question.
For now, we are using CMakeListsXXX.txt which CMakeLists.txt include - not 
CMakeListsXXX.cmake. sorry for my typo.
All of them are list of source, but CMakeListsXXX.txt is optional.
My bug is to change CMakeListsXXX.txt to PlatformXXX.cmake because I didn't see 
CMakeListsXXX.txt

As you mentioned, if I can choose anything, I'll keep the current.

Best Regards,
Ryuan Choi
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


[CMake] Which style of file extension is better for optional CMake files?

2011-10-11 Thread Ryuan Choi
Dear CMake Developers,

Can I know which style is more closed to CMake style?
a) CMakeLists.txt and PlatformXXX.cmake for optional platform specific source 
lists in same folder.
b) CMakeLists.txt and CMakeListsXXX.cmake in same folder.

Because there are many platform specific files in my project, CMakeLists.txt 
should be seperated.
I'd like to know which one is better and fix them better way.

Below is related bug and you can see more information.
https://bugs.webkit.org/show_bug.cgi?id=56705

Best Regards,
Ryuan Choi
--
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake