X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=87477e0cde4e182a0666f1f4cde33b324ee35b30;hb=0bafa3aeab494367d930afa52ee8c460ad9f514b;hp=c7b4f54c2bb6e8b8a4814e94f3806453b5feca38;hpb=5ed2ce309acee647589d87d4080d050bcf297d99;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c7b4f54..87477e0 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ SET(SRCS src/neterror.c src/wifi-eap.c src/wifi-wps.c + src/wifi-bssid-scan.c src/wifi-agent.c src/wifi-power.c src/wifi-state.c @@ -38,6 +39,7 @@ SET(SRCS src/dbus/netsupplicant.c src/wifi-background-scan.c src/wifi-config.c + src/wifi-extension.c ) IF("${CMAKE_BUILD_TYPE}" STREQUAL "")