(SOC) Storage Only Commit Sat 22 Jun 15:03:45 CST 2024

This commit is contained in:
William
2024-06-22 15:03:45 +08:00
commit 6d55003f9b
3 changed files with 93 additions and 0 deletions

12
CMakeLists.txt Normal file
View File

@@ -0,0 +1,12 @@
cmake_minimum_required (VERSION 3.5)
project (Conjurer)
set(CMAKE_C_COMPILER gcc)
add_compile_options(-g -std=c99 -Wall -Wextra -Wformat -D__DEBUG__)
LINK_LIBRARIES(compound)
add_executable(ConjurerTest
test.c)