mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-14 10:07:09 +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}) |