summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-11 11:18:35 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-11 11:18:35 +0100
commit511faeef4f5b53fd0247dc0db1b8ccc1437af047 (patch)
treeb2d51496cbfd57f944a719ff71d89a3bf1f8441c /test
parentcff080f8dfcbf3b5729a38bbe5ba4bc80a1a4d79 (diff)
a
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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)