Moved source to src directory

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

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ CMakeFiles/
cmake-build-debug/
cmake_install.cmake
CMakeCache.txt
Makefile
Makefile
caff_previewer

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)

View File