summaryrefslogtreecommitdiff
path: root/src/glut_waffle/CMakeLists.no_api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut_waffle/CMakeLists.no_api.txt')
-rw-r--r--src/glut_waffle/CMakeLists.no_api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/glut_waffle/CMakeLists.no_api.txt b/src/glut_waffle/CMakeLists.no_api.txt
new file mode 100644
index 000000000..b49965a9d
--- /dev/null
+++ b/src/glut_waffle/CMakeLists.no_api.txt
@@ -0,0 +1,6 @@
+include_directories(${WAFFLE_INCLUDE_DIR})
+link_libraries(${WAFFLE_waffle_LIBRARY})
+
+add_library(glut_waffle SHARED
+ glut_waffle.c
+ )