X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=CMakeLists.txt;h=2f38e43ba2be7ad75167b6683b238baae72dbc1a;hb=fe4926b11ce3b5de1901508af3f4363de0c9ff64;hp=fdbce7d5ac19f8b20fd5990f9756af7773ea05ba;hpb=4f133bdb70d13143f2ce4b9de097744371c1f92a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/CMakeLists.txt b/CMakeLists.txt index fdbce7d5a..2f38e43ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,11 +26,11 @@ set_source_files_properties( ) add_executable(csprogs qcsrc/client/progs.inc) -target_compile_definitions(csprogs PRIVATE -DCSQC) +target_compile_definitions(csprogs PRIVATE -DGAMEQC -DCSQC) add_dependencies(csprogs gmqcc) add_executable(progs qcsrc/server/progs.inc) -target_compile_definitions(progs PRIVATE -DSVQC) +target_compile_definitions(progs PRIVATE -DGAMEQC -DSVQC) add_dependencies(progs gmqcc) add_executable(menu qcsrc/menu/progs.inc)