mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
11 lines
163 B
CMake
11 lines
163 B
CMake
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
set(sources
|
|
brieflz.c
|
|
depack.c
|
|
)
|
|
|
|
|
|
add_library(brieflz ${sources})
|
|
target_include_directories(brieflz PUBLIC .)
|