Modular building of kde modules

Parker Coates parker.coates at gmail.com
Wed Mar 18 16:38:27 CET 2009


On Tue, Mar 17, 2009 at 20:03, Matthew Woehlke wrote:
> Parker Coates wrote:
>> I've often wished CMake had a construct equivalent to Python's "if
>> __name__ == '__main__' :" that would let you run certain code only if
>> the current file was being run as the "top level" CMakeLists.txt.
>
> You mean like this?
> if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")

Okay, so we've determined that I /can/. The next question is whether I /should/.

Is this a good idea? Will people reading it actually understand what
I'm trying to do? Is there a more elegant alternative?

Parker


More information about the Kde-buildsystem mailing list