mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2024-11-21 19:40:11 +00:00
Remove redundant libraries from cmake
This commit is contained in:
parent
4e3bef5d2e
commit
3d80c7dc79
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user