create src directory

This commit is contained in:
Marcel Plch 2018-02-17 15:32:44 +01:00
parent 4f80b4157c
commit 42936f5565
3 changed files with 2 additions and 2 deletions

View file

@ -28,8 +28,8 @@ add_definitions(
) )
add_executable(clock add_executable(clock
main.c src/main.c
shader.c src/shader.c
) )
target_link_libraries(clock target_link_libraries(clock

View file