Updated repository to use cmakelists for compilation
This commit is contained in:
parent
ecc9a1e273
commit
af74e25e35
25 changed files with 250 additions and 228 deletions
3
Makefile
3
Makefile
|
|
@ -22,6 +22,9 @@ run_cmake:
|
|||
-DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
|
||||
-G "Visual Studio 16 2019"
|
||||
|
||||
clean_cmake:
|
||||
rm -rf build/
|
||||
|
||||
build: clean build_shaders
|
||||
$(CC) \
|
||||
src/* \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue