mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 13:19:40 +00:00
Merge remote-tracking branch 'ace/win-fixes'
This commit is contained in:
commit
e55691096c
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
|
set(GAME
|
||||||
main.cpp
|
main.cpp
|
||||||
engine.cpp
|
engine.cpp
|
||||||
crashcatcher.cpp
|
|
||||||
)
|
)
|
||||||
|
if(NOT WIN32)
|
||||||
|
set(GAME ${GAME} crashcatcher.cpp)
|
||||||
|
endif()
|
||||||
set(GAME_HEADER
|
set(GAME_HEADER
|
||||||
engine.hpp
|
engine.hpp
|
||||||
config.hpp
|
config.hpp
|
||||||
|
|
Loading…
Reference in a new issue