mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-24 13:15:01 +00:00
13b6028e1b
* Split up the thirdparty code into the thirdparty folder (#3637) * Create a new kimath static library containing all the math functions This is part of cleaning the build system for #1906.
10 lines
129 B
CMake
10 lines
129 B
CMake
|
|
add_library( clipper OBJECT
|
|
clipper.cpp
|
|
)
|
|
|
|
target_include_directories( clipper
|
|
PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|