nandi/vflutter_ffipublic Fork 0
472eb493bac94bdcb79a38829ccca0c541256fef
Commits
Clone
git clone https://git.rickub.com/nandi/vflutter_ffi.git
git clone ssh://git@rickub.com/nandi/vflutter_ffi.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

CMakeLists.txt · 3 lines · 204 BCMake Blame HistoryRaw
Initial commit: V -> Flutter FFI plugin ad0ccda nandi yesterday1cmake_minimum_required(VERSION 3.15)
Replace V with Nim 472eb49 nandithebull 21h ago2add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../src" "${CMAKE_CURRENT_BINARY_DIR}/nf")
3set(nimflutter_ffi_bundled_libraries "$<TARGET_FILE:nimflutter>" PARENT_SCOPE)