Remove redundant libraries from cmake

This commit is contained in:
lakinduakash 2019-04-13 11:53:48 +05:30
parent 4e3bef5d2e
commit 3d80c7dc79

View File

@ -9,7 +9,7 @@ set(CMAKE_C_STANDARD 99)
add_executable(wihotspot ui/main.c ui/h_prop.c ui/h_prop.h ui/ui.c ui/ui.h)
target_link_libraries(${PROJECT_NAME} ${GTK_LIBRARIES} "pthread")
target_link_libraries(${PROJECT_NAME} ${GTK_LIBRARIES})
include_directories(/usr/include)