mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Added dummy.c file for older versions of CMake
This commit is contained in:
parent
ff2bc55c4a
commit
240ff8a5f3
2 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ if (WITH_CLIENT)
|
|||
#list(FILTER SOURCES_RENDERER EXCLUDE REGEX "code/renderergl2/tr_subs.c")
|
||||
#list(FILTER SOURCES_RENDERER EXCLUDE REGEX "code/renderergl2/tr_model.c")
|
||||
|
||||
add_executable(openmohaa "code/qcommon/dummy.c")
|
||||
add_executable(openmohaa "misc/dummy.c")
|
||||
target_link_libraries(openmohaa PRIVATE syslib)
|
||||
target_link_libraries(openmohaa PRIVATE omohserver)
|
||||
target_link_libraries(openmohaa PRIVATE omohclient)
|
||||
|
|
0
misc/dummy.c
Normal file
0
misc/dummy.c
Normal file
Loading…
Add table
Add a link
Reference in a new issue