X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=blobdiff_plain;f=CMakeLists.txt;h=51b72b529aaa8cae907d20d4e1c082e748cf74b1;hp=c83e59d4e064eda9d39af9c20207f7c72e53a985;hb=37d9652ee0011eff9346a54c33bd459b53e29d0f;hpb=7553044c59814c33763bb4b1c34664dceed68735 diff --git a/CMakeLists.txt b/CMakeLists.txt index c83e59d..51b72b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,6 +78,7 @@ else(ALLOW_NO_SIGNATURE) add_definitions(-DDEFAULT_ALLOW_NO_SIGNATURE=0) endif(ALLOW_NO_SIGNATURE) +add_compile_options(-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=.) add_subdirectory(src) add_subdirectory(conf)