add xemil and sfx
This commit is contained in:
parent
f28a4802b6
commit
eb51b8bfc1
6 changed files with 18 additions and 0 deletions
9
external/xemil/CMakeLists.txt
vendored
Normal file
9
external/xemil/CMakeLists.txt
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
cmake_minimum_required(VERSION 3.11)
|
||||
project(xemil)
|
||||
|
||||
file(GLOB XEMIL_SRC ../../submodule/xemil/src/*.c)
|
||||
|
||||
add_library(xemil ${XEMIL_SRC})
|
||||
target_include_directories(xemil PUBLIC ../../submodule/xemil/include)
|
||||
|
||||
set_property(TARGET xemil PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
Loading…
Add table
Add a link
Reference in a new issue