7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-24 00:34:47 +00:00
kicad/thirdparty/nanosvg/CMakeLists.txt

11 lines
170 B
CMake

set(NANOSVG_SRCS
nanosvg.cpp
)
add_library(nanosvg STATIC ${NANOSVG_SRCS})
target_include_directories( nanosvg
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)