aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMAddAppIconTest/check_files.cmake.in
blob: 09f98315be2a3d75490a3326f61da12e5fe5f192 (plain)
1
2
3
4
5
6
7
8
9
set(FILES "@OUT@")

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