mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Move creation of version string to Version.cpp
This commit is contained in:
@@ -81,6 +81,7 @@ set(LANGUAGEPACK_TEST_SOURCES
|
||||
"../../src/openrct2/localisation/format_codes.c"
|
||||
"../../src/openrct2/localisation/utf8.c"
|
||||
"../../src/openrct2/util/util.c"
|
||||
"../../src/openrct2/Version.cpp"
|
||||
)
|
||||
add_executable(test_languagepack ${LANGUAGEPACK_TEST_SOURCES})
|
||||
target_link_libraries(test_languagepack ${GTEST_LIBRARIES} dl z SDL2 SDL2_ttf ssl crypto)
|
||||
|
||||
Reference in New Issue
Block a user