Add CMakeLists.txt
This commit is contained in:
parent
43fe128296
commit
693df5b38a
1 changed files with 8 additions and 0 deletions
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
cmake_minimum_required(VERSION 3.7)
|
||||
project(Feader)
|
||||
set(PROJECT_SOURCE_DIR, "src")
|
||||
include_directories(
|
||||
"include"
|
||||
"lib"
|
||||
)
|
||||
add_executable(Feader src/feader.c)
|
Loading…
Reference in a new issue