From a85d41c53eed50f188502925ed34674397b86550 Mon Sep 17 00:00:00 2001 From: Arisotura <thetotalworm@gmail.com> Date: Sat, 25 Apr 2020 18:51:08 +0200 Subject: berp. --- src/libui_sdl/libui/test/CMakeLists.txt | 38 --------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/libui_sdl/libui/test/CMakeLists.txt (limited to 'src/libui_sdl/libui/test/CMakeLists.txt') diff --git a/src/libui_sdl/libui/test/CMakeLists.txt b/src/libui_sdl/libui/test/CMakeLists.txt deleted file mode 100644 index e4924bb..0000000 --- a/src/libui_sdl/libui/test/CMakeLists.txt +++ /dev/null @@ -1,38 +0,0 @@ -# 3 june 2016 - -if(WIN32) - set(_TEST_RESOURCES_RC resources.rc) -endif() - -_add_exec(tester - drawtests.c - main.c - menus.c - page1.c - page2.c - page3.c - page4.c - page5.c - page6.c - page7.c - page7a.c - page7b.c - page7c.c - page8.c - page9.c - page10.c - page11.c - page12.c - page13.c - page14.c - page15.c - spaced.c - ${_TEST_RESOURCES_RC} -) -target_include_directories(tester - PRIVATE test -) -set_target_properties(tester PROPERTIES - OUTPUT_NAME test - WIN32_EXECUTABLE FALSE -) -- cgit v1.2.3