Hello,

Simple question... can I/how can I keep my top-level cmake-related stuff in
a subdirectory of my main project directory? E.g.:

/myproj
  /cmake
    CMakeLists.txt

and then in the /cmake, I create a /build from which I attempt:  cmake ..

I tried something as simple as this in my CMakeLists.txt, but it didn't
seem to work:
project (../myproj)


The primary reason I'd like to do this is to hide/make optional the cmake
build approach (and keep in place an existing/traditional Makefile in the
parent directory). Play along...

thanks, Randy
-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to