mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-23 06:35:38 +00:00
32546b5874
git-subtree-dir: external/lunasvg git-subtree-split: 7417baa0aff477f361e44e2aa793fdb0c7aae352
12 lines
263 B
CMake
Executable file
12 lines
263 B
CMake
Executable file
target_sources(lunasvg
|
|
PRIVATE
|
|
"${CMAKE_CURRENT_LIST_DIR}/sw_ft_math.c"
|
|
"${CMAKE_CURRENT_LIST_DIR}/sw_ft_raster.c"
|
|
"${CMAKE_CURRENT_LIST_DIR}/sw_ft_stroker.c"
|
|
)
|
|
|
|
target_include_directories(lunasvg
|
|
PRIVATE
|
|
"${CMAKE_CURRENT_LIST_DIR}"
|
|
)
|