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
removed a useless space for the first node
[ozulis.git]
/
CMakeLists.txt
blob
287520dac89a5d011af9e0ff6b81b2dd32b30195
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)