Logo
Explore Help
Sign In
realAscot/kicad-source
1
0
Fork 0
You've already forked kicad-source
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-09-15 10:43:15 +02:00
Code Issues Packages Projects Releases Wiki Activity
kicad-source/thirdparty/other_math/CMakeLists.txt

17 lines
288 B
CMake
Raw Normal View History

Refactor all math into a new kimath library * 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.
2020-01-07 17:12:59 +00:00
add_library( othermath OBJECT
math_for_graphics.cpp
)
target_include_directories( othermath
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
)
# kiround is needed
target_include_directories( othermath
PRIVATE
Only try to remove the implicit conversion warning if it is supported
2020-07-03 02:59:19 +01:00
${PROJECT_BINARY_DIR}
Refactor all math into a new kimath library * 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.
2020-01-07 17:12:59 +00:00
${PROJECT_SOURCE_DIR}/libs/kimath/include
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 105ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API