Looking at CMakeLists.txt and trying to anderstand...

the project is:
PROJECT(LIBFBI)

than there are variables within the the file such as
LIBFBI_BINARY_DIR
LIBFBI_SOURCE_DIR

They seem not be set in this script nor in the included script. Does
cmake generates these variables? If so can anyone point me to where
this is documented?



And they are the same as CMAKE_BINARY_DIR , or CMAKE_SOURCE_DIR.

So why one would use the ${PROJECT}_BINARY_DIR variables?


Kind regards
Witold





-- 
Witold Eryk Wolski
--

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://www.cmake.org/mailman/listinfo/cmake

Reply via email to