diff --git a/CMakeLists.txt b/CMakeLists.txt index 6180cadc2..3046f1813 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,3 +198,9 @@ add_custom_target(motis-web-ui WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/ui" VERBATIM ) + +foreach(t mimalloc adr osr nigiri gtfsrt + geo tiles tiles-import-library + motis motis-api motislib) + target_compile_options(${t} PUBLIC ${MOTIS_TARGET_FLAGS}) +endforeach()