mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Get rid of empty sys/linux/dedicated.cpp
This commit is contained in:
parent
5db94cb6a0
commit
d75c2654c0
1 changed files with 0 additions and 3 deletions
|
@ -644,8 +644,6 @@ set(src_stub_openal sys/stub/openal_stub.cpp)
|
|||
set(src_stub_gl sys/stub/stub_gl.cpp)
|
||||
set(src_stub_util sys/stub/util_stub.cpp)
|
||||
|
||||
set(src_sys_dedicated sys/linux/dedicated.cpp)
|
||||
|
||||
if (APPLE)
|
||||
set(OSX_RESOURCE_FILES
|
||||
"${CMAKE_SOURCE_DIR}/sys/osx/Doom3.icns"
|
||||
|
@ -757,7 +755,6 @@ if (DEDICATED)
|
|||
${src_stub_gl}
|
||||
${src_stub_util}
|
||||
${src_sys_base}
|
||||
${src_sys_dedicated}
|
||||
)
|
||||
|
||||
set_target_properties(dhewm3ded PROPERTIES COMPILE_DEFINITIONS "ID_DEDICATED;__DOOM_DLL__")
|
||||
|
|
Loading…
Reference in a new issue