repo.or.cz
/
kworship.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Loading of song data from zionworx
[kworship.git]
/
CMakeLists.txt
blob
56704de94cd7a7f8bf8dcace14deb6dd1a2bfdbd
1
cmake_minimum_required(VERSION 2.6)
2
3
# custom modules
4
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/")
5
6
include_directories(include)
7
8
add_subdirectory (po)
9
add_subdirectory (design)
10
add_subdirectory (kworship)
11
add_subdirectory (unipresent)
12