mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Add license header to test/CMakeLists.tst like the rest
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
add_executable(randtilegen gfx/randtilegen.cpp)
|
add_executable(randtilegen gfx/randtilegen.cpp)
|
||||||
|
|
||||||
add_executable(rgbgfx_test gfx/rgbgfx_test.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)
|
foreach(TARGET randtilegen rgbgfx_test)
|
||||||
if(LIBPNG_FOUND) # pkg-config
|
if(LIBPNG_FOUND) # pkg-config
|
||||||
|
|||||||
Reference in New Issue
Block a user