(SOC) Storage Only Commit Sat 22 Jun 15:03:45 CST 2024
This commit is contained in:
12
CMakeLists.txt
Normal file
12
CMakeLists.txt
Normal 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)
|
Reference in New Issue
Block a user