fceux/tags/2.2.1/attic/cmake-stuff/cmake/native/debug/CMakeLists.txt

5 lines
149 B
CMake
Raw Normal View History

2013-03-15 19:11:47 +00:00
project("fceux: native debug")
set(CMAKE_BUILD_TYPE debug)
set(FCEUX_EXE_NAME fceuxDBG)
include(${CMAKE_SOURCE_DIR}/cmake/native/fceux_native.cmake)