mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
fe30193a97
* it lives? * clean up * add readme and add x86_64 to abi filters * disable route poking on android * make it compile on android * it compiles!!111 * typofix * re-enable ccache for android
8 lines
185 B
CMake
8 lines
185 B
CMake
add_library(lokinet-android
|
|
SHARED
|
|
lokinet_config.cpp
|
|
lokinet_daemon.cpp
|
|
lokinet_vpn.cpp)
|
|
add_log_tag(lokinet-android)
|
|
target_link_libraries(lokinet-android liblokinet)
|