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:
committed by
GitHub
parent
7568123a9d
commit
05ede45b8e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user