This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
veilid
Watch
1
Star
0
Fork
0
You've already forked veilid
mirror of
https://gitlab.com/veilid/veilid.git
synced
2025-02-18 13:24:13 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
veilid
/
veilid-flutter
/
android
/
CMakeLists.txt
3 lines
89 B
CMake
Raw
Permalink
Normal View
History
Unescape
Escape
checkpoint merge of network-shim branch
2025-02-10 03:06:41 +00:00
cmake_minimum_required
(
VERSION
3.3
)
android flutter plugin
2022-01-29 18:50:38 -05:00
project
(
cpplink
CXX
)
add_library
(
cpplink
cpplink.cpp
)
Reference in New Issue
Copy Permalink