Fix CMakeLists
This commit is contained in:
parent
fa36deba03
commit
ce4295f674
@ -18,3 +18,7 @@ FILE(GLOB_RECURSE HEADERS "src/*.h")
|
|||||||
aux_source_directory(./src SRC_LIST)
|
aux_source_directory(./src SRC_LIST)
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME} ${SRC_LIST} "${HEADERS}")
|
add_executable(${PROJECT_NAME} ${SRC_LIST} "${HEADERS}")
|
||||||
|
|
||||||
|
target_link_libraries(${PROJECT_NAME} ${SOUP_LIBRARIES} ${JSON_LIBRARIES})
|
||||||
|
|
||||||
|
install (TARGETS ${PROJECT_NAME} DESTINATION bin)
|
||||||
|
Loading…
Reference in New Issue
Block a user