Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] refine CMake files #52

Merged
merged 8 commits into from
Apr 8, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[build] sort source file
  • Loading branch information
wgtdkp committed Apr 8, 2020
commit bbe1d4306d383f2f92992fd9f3b4ab45b8ae9a1d
21 changes: 10 additions & 11 deletions src/library/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -30,16 +30,6 @@ add_library(commissioner)

target_sources(commissioner
PRIVATE
openthread/bloom_filter.cpp
openthread/bloom_filter.hpp
openthread/crc16.cpp
openthread/crc16.hpp
openthread/pbkdf2_cmac.cpp
openthread/pbkdf2_cmac.hpp
openthread/random.cpp
openthread/random.hpp
openthread/sha256.cpp
openthread/sha256.hpp
cbor.cpp
cbor.hpp
coap.cpp
@@ -64,7 +54,16 @@ target_sources(commissioner
multicast_dns.cpp
multicast_dns.hpp
network_data.cpp
openthread
openthread/bloom_filter.cpp
openthread/bloom_filter.hpp
openthread/crc16.cpp
openthread/crc16.hpp
openthread/pbkdf2_cmac.cpp
openthread/pbkdf2_cmac.hpp
openthread/random.cpp
openthread/random.hpp
openthread/sha256.cpp
openthread/sha256.hpp
socket.cpp
socket.hpp
time.hpp