From 188fcfdd644deef812a6d851db6082207d34a888 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Wed, 13 Mar 2024 11:55:17 -0400 Subject: [PATCH] Add license header to test/CMakeLists.tst like the rest --- test/CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ef0b87df..b7fa0d8f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,9 +1,13 @@ +# SPDX-License-Identifier: MIT add_executable(randtilegen gfx/randtilegen.cpp) - add_executable(rgbgfx_test gfx/rgbgfx_test.cpp) -install(TARGETS randtilegen rgbgfx_test DESTINATION ${rgbds_SOURCE_DIR}/test/gfx COMPONENT "Test support programs" EXCLUDE_FROM_ALL) +install(TARGETS randtilegen rgbgfx_test + DESTINATION ${rgbds_SOURCE_DIR}/test/gfx + COMPONENT "Test support programs" + EXCLUDE_FROM_ALL + ) foreach(TARGET randtilegen rgbgfx_test) if(LIBPNG_FOUND) # pkg-config