X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=CMakeLists.txt;h=98d7d755c9f5dea98c2759098ba1bed52428d532;hp=d91411a5f004ed44051953d7f192dfef90274a51;hb=ea810c632d65d213e0dd4aed2c339c876e1eafc4;hpb=a474d244a914c758677ba1fc5026a8dcf737d25a diff --git a/CMakeLists.txt b/CMakeLists.txt index d91411a..98d7d75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ ENDIF() SET(service_headers) SET(service_sources) -FOREACH(service ctl dms nas pds wds wms wda) +FOREACH(service ctl dms nas pds wds wms wda uim) ADD_CUSTOM_COMMAND( OUTPUT ${CMAKE_SOURCE_DIR}/qmi-message-${service}.h COMMAND ${CMAKE_SOURCE_DIR}/data/gen-header.pl ${service}_ ${CMAKE_SOURCE_DIR}/data/qmi-service-${service}.json > ${CMAKE_SOURCE_DIR}/qmi-message-${service}.h