2008-06-08 06:34:13 +00:00
|
|
|
project("fceux: cross-mingw32 release")
|
2008-06-08 11:36:51 +00:00
|
|
|
set(CMAKE_BUILD_TYPE release)
|
2008-06-08 06:34:13 +00:00
|
|
|
set(FCEUX_EXE_NAME fceuxREL.exe)
|
|
|
|
include(${CMAKE_SOURCE_DIR}/cmake/cross-mingw32/fceux_cross-mingw32.cmake)
|