create src directory
This commit is contained in:
parent
4f80b4157c
commit
42936f5565
3 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ add_definitions(
|
|||
)
|
||||
|
||||
add_executable(clock
|
||||
main.c
|
||||
shader.c
|
||||
src/main.c
|
||||
src/shader.c
|
||||
)
|
||||
|
||||
target_link_libraries(clock
|
||||
|
|
Loading…
Reference in a new issue