cmake-basis / legacy

Legacy CMake BASIS project for versions 3.2 and older. For newer versions, go to
https://github.com/cmake-basis/BASIS
Other
13 stars 11 forks source link

Add PROJECT_TOOLS_DIR(S) with BUILD_APPLICATIONS option #526

Closed schuhschuh closed 8 years ago

schuhschuh commented 8 years ago

A project that provides both a reusable library and command-line tools that make use of this library, may want to have a BUILD_APPLICATIONS option and build/install the command-line tools only when this option is enabled. Otherwise it is a library only installation for use by other projects.

schuhschuh commented 8 years ago

Committed to CMake BASIS Modules develop branch. Yet to be merged into subtree.