/cmake-extra

Extra CMake scripts used in my projects.

Boost Software License 1.0BSL-1.0

Extra CMake scripts used in my projects.

Still Maintained?

USAGE

  1. Download the CMakeExtraBootstrap.cmake file in a cmake/ subfolder of your project:
mkdir cmake
wget http://git.io/CMakeExtraBootstrap.cmake -P cmake/
  1. Add the following lines at the beginning of your CMakeLists.txt:
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
include(CMakeExtraBootstrap)

cmake-extra will automatically try to keep itself up-to-date.

COPYING INFORMATION

Distributed under the Boost Software License, Version 1.0.

See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt