summaryrefslogtreecommitdiffstats
path: root/liblodepng/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'liblodepng/CMakeLists.txt')
-rw-r--r--liblodepng/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/liblodepng/CMakeLists.txt b/liblodepng/CMakeLists.txt
new file mode 100644
index 0000000..e62835f
--- /dev/null
+++ b/liblodepng/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_library(lodepng STATIC
+lodepng.cpp
+)