CMakeLists.txt 320 B

123456789101112
  1. set(TEST_SOURCES
  2. TestUnicodeCharacterTypes.cpp
  3. TestUnicodeDateTimeFormat.cpp
  4. TestUnicodeLocale.cpp
  5. )
  6. foreach(source IN LISTS TEST_SOURCES)
  7. serenity_test("${source}" LibUnicode LIBS LibUnicode)
  8. get_filename_component(target "${source}" NAME_WLE)
  9. link_with_unicode_data("${target}")
  10. endforeach()