summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGENIVI Audio Manager Maintainer <genivi-maint-audiomanager@smtp1.genivi.org>2018-07-03 11:56:59 +0200
committerGitHub <noreply@github.com>2018-07-03 11:56:59 +0200
commitf93c2b7d4840b181a6375da2bde0a3679278a6b6 (patch)
treeb8a359de7b0ae04ec46cc2f9226d24c29d5a1509 /CMakeLists.txt
parent55771e6c5749dd874e06f5dcc51b7b446bf58a5f (diff)
parent5b67213b71f7a5eabd60be62adc1ec7d341ff916 (diff)
downloadaudiomanager-f93c2b7d4840b181a6375da2bde0a3679278a6b6.tar.gz
Merge pull request #34 from JensLorenz/foo_beatifier_uncrustify
Clean up whitespace #24: Provide configuration files for the beautifier uncrustify
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3919fac..8bfc7c6 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -169,7 +169,7 @@ write_basic_package_version_file(
COMPATIBILITY SameMajorVersion )
configure_file( ${CMAKE_SOURCE_DIR}/docx/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/DoxyFile )
-configure_file( ${CMAKE_SOURCE_DIR}/cmake/config.cmake.in ${CMAKE_BINARY_DIR}/include/audiomanagerconfig.h )
+configure_file( ${CMAKE_SOURCE_DIR}/cmake/audiomanagerconfig.h.in ${CMAKE_BINARY_DIR}/include/audiomanagerconfig.h )
configure_file( ${CMAKE_SOURCE_DIR}/cmake/audiomanager.pc.in ${CMAKE_BINARY_DIR}/audiomanager.pc @ONLY )
add_subdirectory (AudioManagerUtilities)