Changed build system to CMake
This commit is contained in:
@ -5,7 +5,6 @@ import sys
|
||||
#
|
||||
# Constants
|
||||
#
|
||||
|
||||
ASSETS_DIR="assets"
|
||||
RESOURCES_FILE="src/resources/Resources.g.h"
|
||||
|
||||
@ -147,4 +146,4 @@ if __name__ == '__main__':
|
||||
f = open(RESOURCES_FILE, "w")
|
||||
f.write(resFile)
|
||||
f.close()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user