summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhii Niukalov (GitHub) <36993782+SNiukalov@users.noreply.github.com>2020-04-02 22:40:52 +0300
committerGitHub <noreply@github.com>2020-04-02 15:40:52 -0400
commit2d00adcb3c469e6cdb962cf7c4e384c568444b8b (patch)
tree682e4888c7759d5e69316a1173c2fec6c3425221
parentb1c49a12ff6953da5ab221f50e561000feb4b6ff (diff)
downloadsdl_core-2d00adcb3c469e6cdb962cf7c4e384c568444b8b.tar.gz
Update path to smartDeviceLink.ini (#3310)
Co-authored-by: sniukalov <sniukaov@luxoft.com>
-rw-r--r--src/appMain/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/appMain/CMakeLists.txt b/src/appMain/CMakeLists.txt
index d543280d75..86be828c6b 100644
--- a/src/appMain/CMakeLists.txt
+++ b/src/appMain/CMakeLists.txt
@@ -217,7 +217,8 @@ endif ()
# Install rules
install(TARGETS ${PROJECT} DESTINATION bin)
install(
- FILES build_config.txt log4cxx.properties audio.8bit.wav test.txt smartDeviceLink.ini
+ FILES build_config.txt log4cxx.properties audio.8bit.wav test.txt
+ ${CMAKE_CURRENT_BINARY_DIR}/smartDeviceLink.ini
hmi_capabilities.json sdl_preloaded_pt.json sample_policy_manager.py
${CMAKE_SOURCE_DIR}/mycert.pem ${CMAKE_SOURCE_DIR}/mykey.pem
DESTINATION bin