From 511faeef4f5b53fd0247dc0db1b8ccc1437af047 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 11 Nov 2022 11:18:35 +0100 Subject: a --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0f5ca85d..eefe72f8 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ set(self "${PROJECT_NAME}-test") -file(GLOB sources "*.cpp" CONFIGURE_ARGS) +file(GLOB sources "*.cpp" "../loader/*.cpp" CONFIGURE_ARGS) file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/test") @@ -14,5 +14,5 @@ else() link_libraries(Magnum::WindowlessGlxApplication) endif() -add_executable(${self} "${sources}" "../loader/loader-impl.cpp") +add_executable(${self} "${sources}") install(TARGETS ${self} RUNTIME DESTINATION bin) -- cgit v1.2.3