mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 09:04:19 +01: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}) |