diff options
| author | Arisotura <thetotalworm@gmail.com> | 2020-05-29 21:36:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-29 21:36:26 +0200 |
| commit | 0cadd4bd12bc824d010396c855fa450774e6f619 (patch) | |
| tree | 7f404a52ff372a1e2e785db2b8cf11736f2f3212 /src/libui_sdl/libui/test/CMakeLists.txt | |
| parent | cd7487d53f8207277fc44f7983513fe6892a3409 (diff) | |
| parent | 8ddd82ca2c7c8844a1d3c2cc7418d03976c9c52e (diff) | |
Merge pull request #635 from Arisotura/qt
Qt
Diffstat (limited to 'src/libui_sdl/libui/test/CMakeLists.txt')
| -rw-r--r-- | src/libui_sdl/libui/test/CMakeLists.txt | 38 |
1 files changed, 0 insertions, 38 deletions
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 -) |