mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
add an internationalization constant
gather all ENGLISH|GERMAN|CHINESE etc preprocessor hell into a single library, so to restrict the number of targets that need to be built 8x this still has UB/EDITOR definitions so that still needs to be dealt with before we can build it only 8 times
This commit is contained in:
@@ -54,6 +54,7 @@ include_directories(
|
||||
"${CMAKE_SOURCE_DIR}/Multiplayer"
|
||||
"${CMAKE_SOURCE_DIR}/Editor"
|
||||
"${CMAKE_SOURCE_DIR}/Console"
|
||||
"${CMAKE_SOURCE_DIR}/i18n/include"
|
||||
)
|
||||
|
||||
# external libraries
|
||||
@@ -85,6 +86,7 @@ Editor
|
||||
Console
|
||||
Tactical
|
||||
ModularizedTacticalAI
|
||||
i18n
|
||||
)
|
||||
foreach(lib IN LISTS Ja2_Libs)
|
||||
add_subdirectory(${lib})
|
||||
|
||||
Reference in New Issue
Block a user