1e5c31af7Sopenharmony_ci# cmake file for deimage 2e5c31af7Sopenharmony_ci 3e5c31af7Sopenharmony_ciif (NOT DE_DEFS) 4e5c31af7Sopenharmony_ci message(FATAL_ERROR "Include Defs.cmake") 5e5c31af7Sopenharmony_ciendif () 6e5c31af7Sopenharmony_ci 7e5c31af7Sopenharmony_ciset(DEPOOL_SRCS 8e5c31af7Sopenharmony_ci deARGB.h 9e5c31af7Sopenharmony_ci deImage.c 10e5c31af7Sopenharmony_ci deImage.h 11e5c31af7Sopenharmony_ci deTarga.c 12e5c31af7Sopenharmony_ci ) 13e5c31af7Sopenharmony_ci 14e5c31af7Sopenharmony_ciinclude_directories(../debase) 15e5c31af7Sopenharmony_ciadd_library(deimage STATIC ${DEPOOL_SRCS}) 16e5c31af7Sopenharmony_citarget_link_libraries(deimage debase) 17