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
|
2020-07-03 01:59:19 +00:00
|
|
|
${PROJECT_BINARY_DIR}
|
2020-01-07 17:12:59 +00:00
|
|
|
${PROJECT_SOURCE_DIR}/libs/kimath/include
|
|
|
|
)
|