Changed build system to CMake

This commit is contained in:
2016-12-10 14:12:23 +02:00
parent 2bd8605711
commit f6a02dc850
7 changed files with 54 additions and 18 deletions

View File

@ -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()