diff options
Diffstat (limited to 'ucs2-afb/CMakeLists.txt')
-rw-r--r-- | ucs2-afb/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucs2-afb/CMakeLists.txt b/ucs2-afb/CMakeLists.txt index cdaf2be..8af2b67 100644 --- a/ucs2-afb/CMakeLists.txt +++ b/ucs2-afb/CMakeLists.txt @@ -27,7 +27,7 @@ PROJECT_TARGET_ADD(ucs2-afb) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES PREFIX "afb-" - LABELS "BINDINGV2" + LABELS "BINDINGV3" OUTPUT_NAME ucs2 ) |