[CMake] Adding a dependency leads to dependency being build during ALL_BUILD even if neither target is part of it

2015-04-22 Thread Caspar Jonas Goch
Dear all, in our project we have two sets of documentation, which are each their own custom target: Framework/Doc/CMakeLists.txt: add_custom_target(FrameworkDoc ${DOXYGEN} ${CMAKE_CURRENT_BINARY_DIR}/doxygen.conf WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}

Re: [CMake] Adding a dependency

2009-01-25 Thread Philip Lowman
On Fri, Jan 23, 2009 at 1:11 PM, Wade Williams wrote: > I have a project structure that looks like this: > project > | > | - lib > | bin > | util > | inc > | src > | - app > | bin > | inc > | src > > In short, each library in the project lives under project/lib

[CMake] Adding a dependency

2009-01-23 Thread Wade Williams
I have a project structure that looks like this: project | | - lib | bin | util | inc | src | - app | bin | inc | src In short, each library in the project lives under project/lib. Built libraries are stored in project/lib/bin. Each library subdirectory