Hi,
I am pretty new to CMake. Is there a way to specify a
default build dir in CMakeLists.txt? Something like:
CMAKE_BUILD_DIR(./build)
or
CMAKE_BUILD_DIR($SRC_DIR/build)
which would be equivalent to:
mkdir build
../ccmake
That should be portable as well. For example,
on Windows, the user would open CMakeLists.txt in CMakeSetup
and see
'Where is the source code: c:\MyProgram\'
'Where to build the binaries: c:\MyProgram\build'
I appreciate any help.
Thank You.-- Artur Kedzierski
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
