repo.or.cz
/
micahsconvexhulldemo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This is a simple interactive applet demonstrating the calculation of a convex hull...
[micahsconvexhulldemo.git]
/
SConstruct
blob
5fb4619e3ace0fa927deda7de67cb32553248228
1
env
=
Environment
()
2
3
env
.
ParseConfig
(
"pkg-config --libs --cflags gtk+-2.0"
)
4
env
.
Append
(
CXXFLAGS
= [
"-ggdb"
])
5
6
env
.
Program
(
"convexHull"
,[
"convexHull.cpp"
,
"main.cpp"
])