All: Fix project name not getting set when rebuilding

This commit is contained in:
Jeffrey Pfau 2015-07-14 23:13:07 -07:00
parent 8ef50827fd
commit 97a5a24000
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
if(NOT PROJECT_NAME)
set(PROJECT_NAME "mGBA")
endif()
set(LIB_VERSION_MAJOR 0)
set(LIB_VERSION_MINOR 3)
set(LIB_VERSION_PATCH 0)