jobs: Wake up an event loop if needed
[src/app-framework-binder.git] / CMakeLists.txt
index 54f03b3..da601e0 100644 (file)
@@ -70,6 +70,7 @@ add_compile_options(-Werror=implicit-function-declaration)
 add_compile_options(-ffunction-sections -fdata-sections)
 add_compile_options(-fPIC)
 add_compile_options(-g -O2)
+add_compile_options(-ffile-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}=.)
 set (CMAKE_CXX_STANDARD 14)
 
 set(CMAKE_C_FLAGS_PROFILING    "-g -O2 -pg -U_FORTIFY_SOURCE")
@@ -198,6 +199,8 @@ ENDIF()
 IF(INCLUDE_SUPERVISOR)
        CONFIGURE_FILE(afs-supervisor.service.in afs-supervisor.service @ONLY)
        INSTALL(FILES
+           ${CMAKE_CURRENT_SOURCE_DIR}/afm-api-supervisor.service
+           ${CMAKE_CURRENT_SOURCE_DIR}/afm-api-supervisor.socket
            ${CMAKE_CURRENT_BINARY_DIR}/afs-supervisor.service
            DESTINATION
            ${UNITDIR_SYSTEM}