Mercurial > hg > gpsynth
annotate CMakeLists.txt @ 0:add35537fdbb tip
Initial import
author | irh <ian.r.hobson@gmail.com> |
---|---|
date | Thu, 25 Aug 2011 11:05:55 +0100 |
parents | |
children |
rev | line source |
---|---|
ian@0 | 1 cmake_minimum_required(VERSION 2.8) |
ian@0 | 2 |
ian@0 | 3 PROJECT(gpsynth) |
ian@0 | 4 |
ian@0 | 5 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/third_party/cmake_modules) |
ian@0 | 6 |
ian@0 | 7 set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin) |
ian@0 | 8 |
ian@0 | 9 include_directories(third_party) |
ian@0 | 10 include_directories(src) |
ian@0 | 11 |
ian@0 | 12 add_subdirectory(third_party/json) |
ian@0 | 13 add_subdirectory(src) |