mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
Remove crashcatcher.cpp from windows builds, it can't be built or used there.
This commit is contained in:
parent
d32fcb99b5
commit
4baaf9463e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue