diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index 5652fdbebf..b4990c22ea 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -224,6 +224,12 @@ function(lagom_lib target_name fs_name) if (NOT ${target_name} STREQUAL "LibCore") target_link_libraries(${target_name} PRIVATE LibCore) endif() + # FIXME: Clean these up so that we don't need so many include dirs + target_include_directories(${target_name} INTERFACE + $ + $ + $ + ) install( TARGETS ${target_name} EXPORT LagomTargets