X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=51b72b529aaa8cae907d20d4e1c082e748cf74b1;hb=37d9652ee0011eff9346a54c33bd459b53e29d0f;hp=c83e59d4e064eda9d39af9c20207f7c72e53a985;hpb=ce5c20d2fa7e9c3e08c97643c77c7647bef79cd5;p=src%2Fapp-framework-main.git 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)