forked from blue/squawk
14 lines
369 B
CMake
14 lines
369 B
CMake
|
target_sources(squawk PRIVATE
|
||
|
identity_key_store.cpp
|
||
|
identity_key_store.h
|
||
|
pre_key_store.cpp
|
||
|
pre_key_store.h
|
||
|
sender_key_store.cpp
|
||
|
sender_key_store.h
|
||
|
session_store.cpp
|
||
|
session_store.h
|
||
|
signed_pre_key_store.cpp
|
||
|
signed_pre_key_store.h
|
||
|
store_context.cpp
|
||
|
store_context.h
|
||
|
)
|