2009/3/3 Michael Jackson <[email protected]>: > > > > On Mar 3, 2009, at 5:26 AM, Eric Noulard wrote: > >> 2009/3/3 Michael Schantin <[email protected]>: >>> >>> >>> INCLUDE(${PROJECT_SOURCE_DIR}/mySubDir1/CMakeLists.txt) >>> INCLUDE(${PROJECT_SOURCE_DIR}/mySubDir2/CMakeLists.txt) >> >> You usually don't "INCLUDE" CMakeLists.txt >> you usually ADD_SUBDIRECTOR > > That depends on the context in which you use 'include'. Say you have some > cmake files that just contain some common cmake code or some macros, then > using the 'include' command is just fine.
Yes I agree, however in that case I usually chose another name for the included file. i.e. I'd rather: INCLUDE(Src/Common/Common.cmake) than: INCLUDE(Src/Common/CMakeLists.txt) -- Erk _______________________________________________ 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
