Files
RedBear-OS/local/recipes/kde/kf6-extra-cmake-modules/source/tests/ECMAddAppIconTest/check_files.cmake.in
T
2026-04-14 10:51:06 +01:00

10 lines
167 B
CMake

set(FILES "@OUT@")
if(WIN32 OR APPLE)
foreach(f ${FILES})
if(NOT EXISTS "${f}")
message(SEND_ERROR "${f} was not found")
endif()
endforeach()
endif()