diff options
Diffstat (limited to 'src/image/CMakeLists.txt')
-rw-r--r-- | src/image/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/image/CMakeLists.txt b/src/image/CMakeLists.txt new file mode 100644 index 0000000..92bfb44 --- /dev/null +++ b/src/image/CMakeLists.txt @@ -0,0 +1,5 @@ +project(honey_engine) + +target_sources(honey PUBLIC + ${CMAKE_CURRENT_LIST_DIR}/image.c +) |