aboutsummaryrefslogtreecommitdiff
path: root/cmake.wiki
blob: 33cfd41cc59ccbb77393ff713d950cfc90a3f804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

== Sample usage ==
{{{sh
mkdir build
cd build
cmake [options] ..
cmake --build .
}}}

== options: ==
{{{
-DSANITIZE=ON
}}}

== Installation ==
{{{
env DESTDIR=/tmp/githooks cmake --install .  --prefix /usr/local
}}}


== Interactive usage ==
{{{sh
ccmake .
}}}