X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fvcard%2FCMakeLists.txt;h=ee9234c9adacc75320be43a5a157fa21d3b1e2c9;hb=refs%2Fheads%2Fmaster;hp=ac59f5d83cec1fff269c65cb06be2389d775c7e1;hpb=ea5f276a69989d4e5797b49083322bac2c9a820c;p=xestiaab%2F.git 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)