aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2018-12-17Shared library: update to a v3 shared libraryRomain Forlot1-0/+2
- AFB_BINDING_VERSION = 3 - remove preprocessor variables - mandatory lua - name of library is ctl-utilities - does not work with v2 versions - remove afb-definitions.h - use of the GNUinstalldirs module to set the destination directories. Change-Id: Ifdf12885ffad5003ecbbcf3639af63060f0ebc7e Signed-off-by: Clément Bénier <clement.benier@iot.bzh> Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13fix target nameFulup Ar Foll1-1/+1
2018-12-13Initial Commit as submoduleFulup Ar Foll1-3/+2
2018-12-13Separated afb-utilities submodule usedRomain Forlot1-0/+21
filescan adn wrap-=json now separated. Change-Id: Ie8006b43625173b0c91056c61c394a2804cb3542 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Import missing project files.Romain Forlot1-21/+0
Change-Id: I157131b2a08024f795d289d0357f55a0032117d7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Reapply lost CMakeLists.txt filesRomain Forlot1-0/+21
Change-Id: I6b47826cb35b31b6f531465971df679d0c98b133 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Minor Fix on LUA script search pathFulup Ar Foll1-70/+0
2018-12-13Controller binding extraction from Audio-bindingsRomain Forlot1-13/+2
Change-Id: I494bf5163c218a6d499b8321797f5de693c284c2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Updated to latest App TemplateFulup Ar Foll1-4/+1
2018-12-13Remove BINDING_INSTALL_PREFIX/DIR variableRomain Forlot1-4/+4
Use CMAKE_INSTALL_PREFIX by default. Change-Id: I16f8018779b624842026ff401857e198c6436ddd Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Change how to define compile optionsRomain Forlot1-1/+15
Move specific compilation options to the target it is related keep global compilation option in config.cmake then variable can be correctly evaluated and use with the correct values (CMAKE_INSTALL_PREFIX isn't the same before common.cmake inclusion and after.) Change-Id: Ia3c3fe6bc6fcdcb79858f233b108b9ee1e071131 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Latest app-templates features integrationRomain Forlot1-17/+2
- CMake >= 3.6 mandatory - Change DATA and HTDOCS targets methods to use macro add_input_files() - header generated from OpenAPI file using BINDINGV2 label and set_openapi_filename() macro. - Adjusted README to reflect new cmake requirement Change-Id: I8da515b98c1877d5be5e51f2bf94d691ac3cefb7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Integrate OpenAPI .h file generation.Romain Forlot1-0/+1
Change-Id: I166d5019893308f239c3485ae03e87bf4a05cc5d Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> # Conflicts: # Controler-afb/CMakeLists.txt
2018-12-13Integration with Alsa HookPlugin is now working. Fulup Ar Foll1-0/+84