Development only package?

Kevin Kofler kevin.kofler at chello.at
Fri Jul 15 16:56:24 UTC 2011


Toshio Kuratomi wrote:
> cmake CMakeLists.txt

FYI, that's the default file name, so:
cmake .
is sufficient. (You do have to give it a parameter, but the dot for the 
current directory is sufficient.)

Also note that it's in general cleaner to build in a separate directory 
(passing a relative path to CMakeLists.txt, but there too, this need not 
include the "CMakeLists.txt" file name itself), not in the directory 
containing CMakeLists.txt.

        Kevin Kofler



More information about the devel mailing list