fceux/tags/2.2.1/attic/cmake-stuff/cmake/cross-mingw32/release/CMakeLists.txt

5 lines
178 B
CMake
Raw Normal View History

2013-03-15 19:11:47 +00:00
project("fceux: cross-mingw32 release")
set(CMAKE_BUILD_TYPE release)
set(FCEUX_EXE_NAME fceuxREL.exe)
include(${CMAKE_SOURCE_DIR}/cmake/cross-mingw32/fceux_cross-mingw32.cmake)