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

5 lines
149 B
CMake
Raw Normal View History

2013-09-23 20:48:54 +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)