diff options
Diffstat (limited to 'cmake/src/lib/JEDI-SDL/OpenGL')
-rw-r--r-- | cmake/src/lib/JEDI-SDL/OpenGL/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/src/lib/JEDI-SDL/OpenGL/CMakeLists.txt b/cmake/src/lib/JEDI-SDL/OpenGL/CMakeLists.txt new file mode 100644 index 00000000..2b33cdcf --- /dev/null +++ b/cmake/src/lib/JEDI-SDL/OpenGL/CMakeLists.txt @@ -0,0 +1,3 @@ +pascal_add_package(opengl + UNITS Pas/*.pas +) |