Hi, I have two cmake projects named projectA and projectB. projectA includes projectB via ExternalProject_add which uses the SOURCE_DIR and CMAKE_ARGS flags to build and have tell projectB where to put the compiled libraries that projectA requires. I like using IDEs like codeblocks and when I open the codeblocks project made by running cmake on projectA it displays projectA's source and header files. It can then build projectA and projectB nicely.
Is there a way to also have projectB's source files also displayed when using a cmake generated IDE? Thanks, - Aaron
-- 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
