mirror of https://github.com/mgba-emu/mgba.git
All: Fix project name not getting set when rebuilding
This commit is contained in:
parent
8ef50827fd
commit
97a5a24000
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue