diff options
author | 2019-01-07 11:09:30 +0800 | |
---|---|---|
committer | 2019-01-07 11:09:30 +0800 | |
commit | 0a47c007af262ac91bfa219a7b848aa0046005b3 (patch) | |
tree | 731c3f8cb3bd3a37df9cbb3ef5317dbc0f48b407 /src/CMakeLists.txt | |
parent | 83cc1aeb7dcb0ce030a24f9aa079bb15bc2ef60a (diff) |
add restriction function
Change-Id: I5e320767df42e492d856ffa9fcb1ccd8a9d4b9fd
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3687345..c6dc972 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -26,7 +26,9 @@ set(binding_hs_sources homescreen.cpp hs-helper.cpp hs-clientmanager.cpp - hs-client.cpp) + hs-client.cpp + hs-proxy.cpp + hs-periphery.cpp) link_libraries(-Wl,--as-needed -Wl,--gc-sections -Wl,--no-undefined) include_directories(${PROJECT_SOURCE_DIR}/include) |