2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND HEADERS
|
2022-09-28 21:49:30 +00:00
|
|
|
kiwi/Constraint.h
|
|
|
|
kiwi/Expression.h
|
|
|
|
kiwi/Solver.h
|
|
|
|
kiwi/Strength.h
|
|
|
|
kiwi/Term.h
|
2022-09-29 20:31:47 +00:00
|
|
|
kiwi/Variable.h)
|
2022-09-28 21:49:30 +00:00
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND SOURCES
|
2022-09-28 21:49:30 +00:00
|
|
|
kiwi/Expression.cpp
|
|
|
|
kiwi/Constraint.cpp
|
2022-09-29 20:31:47 +00:00
|
|
|
kiwi/Solver.cpp)
|
2022-09-28 21:49:30 +00:00
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND HEADERS
|
2022-09-29 20:31:47 +00:00
|
|
|
AnchorBox.h)
|
2022-09-28 21:49:30 +00:00
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND SOURCES
|
2022-09-28 21:49:30 +00:00
|
|
|
AnchorBox.cpp
|
2022-09-29 20:31:47 +00:00
|
|
|
main.cpp)
|
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
qsk_example(anchors)
|