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
|
add_executable(clock
|
||||||
main.c
|
src/main.c
|
||||||
shader.c
|
src/shader.c
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(clock
|
target_link_libraries(clock
|
||||||
|
|
Loading…
Reference in a new issue