Added freegetopt to examples directory.

This commit is contained in:
Camilla Berglund
2010-10-03 19:05:41 +02:00
parent a1ae18f7d4
commit 618db0c871
3 changed files with 317 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ else(APPLE)
# Set boring names for executables
add_executable(boing WIN32 boing.c)
add_executable(gears WIN32 gears.c)
add_executable(heightmap WIN32 heightmap.c)
add_executable(heightmap WIN32 heightmap.c getopt.c)
add_executable(splitview WIN32 splitview.c)
add_executable(triangle WIN32 triangle.c)
add_executable(wave WIN32 wave.c)