Mercurial > hg > gpsynth
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:add35537fdbb |
---|---|
1 cmake_minimum_required(VERSION 2.8) | |
2 | |
3 PROJECT(gpsynth) | |
4 | |
5 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/third_party/cmake_modules) | |
6 | |
7 set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin) | |
8 | |
9 include_directories(third_party) | |
10 include_directories(src) | |
11 | |
12 add_subdirectory(third_party/json) | |
13 add_subdirectory(src) |