From 511faeef4f5b53fd0247dc0db1b8ccc1437af047 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 11 Nov 2022 11:18:35 +0100 Subject: a --- editor/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor') diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 77a2a73e..19895603 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -1,6 +1,6 @@ set(self ${PROJECT_NAME}-editor) -file(GLOB sources "*.cpp" CONFIGURE_ARGS) +file(GLOB sources "*.cpp" "../loader/*.cpp" CONFIGURE_ARGS) corrade_add_resource(res "../resources.conf") if(MSVC) @@ -11,7 +11,7 @@ endif() link_libraries(MagnumIntegration::ImGui fmt::fmt) -add_executable(${self} "${sources}" "${res}" "../loader/loader-impl.cpp") +add_executable(${self} "${sources}" "${res}") target_link_libraries(${self} ${PROJECT_NAME}-main) if(FLOORMAT_PRECOMPILED-HEADERS) -- cgit v1.2.3