1
0
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:
Ted John
2017-02-03 13:11:58 +00:00
parent f59afb8c44
commit e649e7ad4a
16 changed files with 141 additions and 123 deletions

View File

@@ -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)