diff options
Diffstat (limited to 'platform/CMakeLists.txt')
| -rw-r--r-- | platform/CMakeLists.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/platform/CMakeLists.txt b/platform/CMakeLists.txt index 76c1920..30a8a9b 100644 --- a/platform/CMakeLists.txt +++ b/platform/CMakeLists.txt @@ -7,10 +7,5 @@ add_executable(verify-policy src/verify_policy.cpp src/verify_matcher.cpp) #target_include_directories(verify-policy PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include) target_link_libraries(verify-policy common cjson maatframe) -target_link_libraries(verify-policy pthread dl - libevent-static - MESA_prof_load - breakpad-client-static - cjson - ${SYSTEMD_LIBRARIES}) +target_link_libraries(verify-policy pthread dl libevent-static MESA_prof_load breakpad-client-static cjson ${SYSTEMD_LIBRARIES}) |
