mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-24 00:34:47 +00:00
116ac9aa75
Part of fixing https://gitlab.com/kicad/code/kicad/issues/3637
11 lines
170 B
CMake
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}
|
|
)
|