1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Fix ICU include dirs for tests (#8499)

This commit is contained in:
Michał Janiszewski
2018-12-19 23:31:24 +01:00
committed by GitHub
parent 7568123a9d
commit 05ede45b8e

View File

@@ -95,6 +95,7 @@ if (NOT MINGW AND NOT MSVC)
# For unicode code page conversion (required for ini and string tests)
find_package(ICU 59.0 REQUIRED COMPONENTS uc)
target_link_libraries(test-common ${ICU_LIBRARIES})
target_include_directories(test-common SYSTEM PUBLIC ${ICU_INCLUDE_DIRS})
endif ()
# Start of our tests