summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-16 18:50:57 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-08-18 10:34:28 +0200
commit2a46bf245060f86f2c9325f12130711bf4f44890 (patch)
treee604255ba1cfb1bdd41eb8a491e4fcd09c369110
parent7e4d290ade159b2d8baea60878ae8f2476276822 (diff)
Integrate OpenAPI .h file generation.
Change-Id: I166d5019893308f239c3485ae03e87bf4a05cc5d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> # Conflicts: # Controler-afb/CMakeLists.txt
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a9e8e60..7ac0842 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,6 +43,7 @@ PROJECT_TARGET_ADD(control-afb)
# Generate API-v2 hat from OpenAPI json definition
SET_TARGET_GENSKEL(${TARGET_NAME} ctl-apidef)
+ SET_OPENAPI_FILENAME("afb-control-afb")
# Binder exposes a unique public entry point
SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES
PREFIX "afb-"