X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fvcard%2FCMakeLists.txt;h=ee9234c9adacc75320be43a5a157fa21d3b1e2c9;hp=ac59f5d83cec1fff269c65cb06be2389d775c7e1;hb=ce18438e729e6c11eebd3a5fb73f4039fdda33a0;hpb=d57580c160153c18c9d191b1a18841687ff3c36c diff --git a/source/vcard/CMakeLists.txt b/source/vcard/CMakeLists.txt index ac59f5d..ee9234c 100644 --- a/source/vcard/CMakeLists.txt +++ b/source/vcard/CMakeLists.txt @@ -8,4 +8,7 @@ set(FILE_LIST vcard.cpp vcard34conv-v4conv.cpp) add_library(${TARGET_NAME} - ${FILE_LIST}) \ No newline at end of file + ${FILE_LIST}) + +add_dependencies(${TARGET_NAME} + bitmapcode)