X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fexport%2FCMakeLists.txt;h=f4d08c3838f73f9b8136358c7df0f6279c71145d;hp=60731568479c0948211c1d008182c566515a223d;hb=ce18438e729e6c11eebd3a5fb73f4039fdda33a0;hpb=d57580c160153c18c9d191b1a18841687ff3c36c diff --git a/source/export/CMakeLists.txt b/source/export/CMakeLists.txt index 6073156..f4d08c3 100644 --- a/source/export/CMakeLists.txt +++ b/source/export/CMakeLists.txt @@ -9,3 +9,6 @@ set(FILE_LIST export.cpp add_library(${TARGET_NAME} ${FILE_LIST}) + +add_dependencies(${TARGET_NAME} + bitmapcode)