repo.or.cz
/
ozulis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass all expr tests
[ozulis.git]
/
CMakeLists.txt
blob
8ff0792b0e473022d5e66b787629e2164243d400
1
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
2
3
PROJECT(IR C CXX)
4
5
FIND_PACKAGE(Boost)
6
INCLUDE_DIRECTORIES($Boost_INCLUDE_DIRS)
7
8
ADD_SUBDIRECTORY(src)
9
ADD_SUBDIRECTORY(moulette)