qskinny/playground/anchors/CMakeLists.txt

22 lines
342 B
CMake
Raw Normal View History

2023-03-29 15:49:17 +00:00
list(APPEND HEADERS
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)
2023-03-29 15:49:17 +00:00
list(APPEND SOURCES
kiwi/Expression.cpp
kiwi/Constraint.cpp
2022-09-29 20:31:47 +00:00
kiwi/Solver.cpp)
2023-03-29 15:49:17 +00:00
list(APPEND HEADERS
2022-09-29 20:31:47 +00:00
AnchorBox.h)
2023-03-29 15:49:17 +00:00
list(APPEND SOURCES
AnchorBox.cpp
2022-09-29 20:31:47 +00:00
main.cpp)
2023-03-29 15:49:17 +00:00
qsk_example(anchors)