In a make file I have:
INCLUDE_DIRECTORIES(${MY_PROJECT}/lib)
INCLUDE_DIRECTORIES(${MY_PROJECT}/lib/CImg-1.21)
INCLUDE_DIRECTORIES(${MY_PROJECT}/lib/revised)
INCLUDE_DIRECTORIES(${MY_PROJECT}/lib/revised/io)
Is it possible to just specify that everything inside
${MY_PROJECT}/lib should be included instead of manullay specifying
each subfolder?
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake