diff --git a/src/frontend-common/CMakeLists.txt b/src/frontend-common/CMakeLists.txt index 91585ff6a..710f81141 100644 --- a/src/frontend-common/CMakeLists.txt +++ b/src/frontend-common/CMakeLists.txt @@ -16,18 +16,18 @@ if(WIN32) endif() if(NOT BUILD_LIBRETRO_CORE) - target_sources(imgui PRIVATE + target_sources(frontend-common PRIVATE imgui_impl_opengl3.h imgui_impl_opengl3.cpp ) - target_sources(imgui PRIVATE + target_sources(frontend-common PRIVATE imgui_impl_vulkan.h imgui_impl_vulkan.cpp ) if(WIN32) - target_sources(imgui PRIVATE + target_sources(frontend-common PRIVATE imgui_impl_dx11.h imgui_impl_dx11.cpp )