diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt index 3769b6e..1106ba3 100644 --- a/src/util/CMakeLists.txt +++ b/src/util/CMakeLists.txt @@ -37,6 +37,7 @@ set(UTIL_LIB_HDRS ) add_executable(kpmcore_externalcommand + ${ApplicationInterface_SRCS} util/externalcommandhelper.cpp )