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
Now Uses gtkbuilder/glade for gui building.
[micahsconvexhulldemo.git]
/
SConstruct
blob
ecc605b16568e57f64b8e63f4ab7ccbba31f550a
1
env
=
Environment
()
2
3
env
.
ParseConfig
(
"pkg-config --libs --cflags gtk+-2.0 gmodule-export-2.0"
)
4
env
.
Append
(
CXXFLAGS
= [
"-ggdb"
])
5
6
env
.
Program
(
"convexHull"
,[
"convexHull.cpp"
,
"main.cpp"
])