summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorFrederic Marec <frederic.marec@iot.bzh>2018-11-09 11:10:27 +0100
committerFrédéric Marec <frederic.marec@iot.bzh>2018-11-22 09:21:22 +0000
commit838192ff99d9d476876e71671c928c4ff6df99cf (patch)
treed60ac7393978f6ed3f8322d5c231b8259bdb867c /conf.d
parent2a9a1b685124b22c222b3c8005665795b8c989c0 (diff)
Add test for 4a-alsa-coreguppy_6.99.1guppy/6.99.16.99.1
Add test tree Set API_NAME in conf.d/cmake/config.cmake Bug-AGL: SPEC-1796 Change-Id: I0065260549f3fc95b7e2c3c47036e775382139be Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/cmake/config.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 65e6290..3f6facc 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -28,6 +28,7 @@ set(PROJECT_AUTHOR "Fulup, Ar Foll")
set(PROJECT_AUTHOR_MAIL "fulup@iot.bzh")
set(PROJECT_LICENSE "Apache-V2")
set(PROJECT_LANGUAGES,"C")
+set(API_NAME alsacore)
# Where are stored the project configuration files
# relative to the root project directory
@@ -45,7 +46,7 @@ set(PROJECT_SRC_DIR_PATTERN "[^_]*")
# Compilation Mode (DEBUG, RELEASE)
# ----------------------------------
-set(CMAKE_BUILD_TYPE "DEBUG")
+set(BUILD_TYPE "RELEASE")
# Kernel selection if needed. You can choose between a
# mandatory version to impose a minimal version.