This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # COPYRIGHT (C) Florian Wolters 2014 | |
| # | |
| # Author: Florian Wolters <wolters.fl@gmail.com> | |
| cmake_minimum_required (VERSION 2.8.12.2 FATAL_ERROR) | |
| # Set options for this project. | |
| set (PROJECT_NAME "hello_boost_with_cmake" CXX) | |
| project (${PROJECT_NAME}) | |
| set (PROJECT_SOURCE_DECLARATION_DIRECTORY ${PROJECT_SOURCE_DIR}/include) |