Fix CMakeLists

This commit is contained in:
Markus Koch 2020-05-01 20:48:16 +02:00
parent fa36deba03
commit ce4295f674
1 changed files with 6 additions and 2 deletions

View File

@ -18,3 +18,7 @@ FILE(GLOB_RECURSE HEADERS "src/*.h")
aux_source_directory(./src SRC_LIST)
add_executable(${PROJECT_NAME} ${SRC_LIST} "${HEADERS}")
target_link_libraries(${PROJECT_NAME} ${SOUP_LIBRARIES} ${JSON_LIBRARIES})
install (TARGETS ${PROJECT_NAME} DESTINATION bin)