diff --git a/src/Magnum/Platform/CMakeLists.txt b/src/Magnum/Platform/CMakeLists.txt index 8e4ae69bc..d299cd404 100644 --- a/src/Magnum/Platform/CMakeLists.txt +++ b/src/Magnum/Platform/CMakeLists.txt @@ -59,7 +59,7 @@ if(WITH_EMSCRIPTENAPPLICATION OR WITH_GLFWAPPLICATION OR WITH_SDL2APPLICATION) ${MagnumPlatform_SRCS} ${MagnumPlatform_HEADERS} ${MagnumPlatform_PRIVATE_HEADERS}) - target_include_directories(MagnumPlatformObjects PUBLIC $) + target_include_directories(MagnumPlatformObjects PUBLIC $) if(BUILD_STATIC_PIC) set_target_properties(MagnumPlatformObjects PROPERTIES POSITION_INDEPENDENT_CODE ON) endif()