summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-19 05:44:02 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-19 07:17:25 +0200
commitccb7f5167a07d5a886722f7d64d0f2b550a7a5a0 (patch)
treec0994383b3c899c22a47b5d270c81111809b74bb /CMakeLists.txt
parent8d2c70f000ca00c8ebc571467a383a03442282df (diff)
cmake: install source code as well
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b69f7860..d61eb6be 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,8 +5,8 @@ include(opentrack-build)
project(opentrack C CXX)
cmake_minimum_required(VERSION 2.8.11)
-include(opentrack-word-size)
include(opentrack-hier)
+include(opentrack-word-size)
include(opentrack-policy)
include(opentrack-qt)
include(opentrack-platform)