0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-09 14:40:40 +00:00
Files

5 lines
135 B
CMake
Raw Permalink Normal View History

cmake_minimum_required(VERSION 3.6)
project(rlemon)
set(SOURCE_FILES third_party/lemon/lemon.c)
add_executable(rlemon ${SOURCE_FILES})