Moved source to src directory

This commit is contained in:
2020-11-02 19:52:47 +01:00
parent b64ce22c59
commit 095b377a47
3 changed files with 3 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ project(caff_previewer C)
set(CMAKE_C_STANDARD 11)
add_executable(caff_previewer main.c)
add_executable(caff_previewer src/main.c)