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