1
0
mirror of https://github.com/fumiama/fumidb.git synced 2026-06-11 21:50:41 +08:00
Files
fumidb/tests/CMakeLists.txt
2022-04-26 16:58:05 +08:00

6 lines
168 B
CMake

cmake_minimum_required(VERSION 3.0.0)
project(fumidb_test VERSION 1.0)
add_executable(binary_test binary_test.c)
add_test(test_binary binary_test COMMAND binary_test)