mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-09 14:40:40 +00:00
5 lines
135 B
CMake
5 lines
135 B
CMake
![]() |
cmake_minimum_required(VERSION 3.6)
|
||
|
project(rlemon)
|
||
|
|
||
|
set(SOURCE_FILES third_party/lemon/lemon.c)
|
||
|
add_executable(rlemon ${SOURCE_FILES})
|