aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMAddAppIconTest/check_files.cmake.in
blob: e7beb2726961ca284adc39275c947bc3728bfc18 (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()