1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 03:54:40 +00:00

Remove crashcatcher.cpp from windows builds, it can't be built or used there.

This commit is contained in:
Alexander "Ace" Olofsson 2013-11-18 12:34:25 +01:00
parent d32fcb99b5
commit 4baaf9463e

View File

@ -6,8 +6,10 @@ configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/config.hpp.cmake" "${CMAKE_CURRENT_
set(GAME
main.cpp
engine.cpp
crashcatcher.cpp
)
if(NOT WIN32)
set(GAME ${GAME} crashcatcher.cpp)
endif()
set(GAME_HEADER
engine.hpp
config.hpp