summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
blob: 2286d1a24248b992b143f66bae5b21f2e457096e (plain) (blame)
1
2
3
4
5
6
7
8
add_executable(junkcraft 
    junkcraft.c 
    glad.c 
    shader.c 
    block.c 
    util.c
    window.c
)