8 lines
81 B
CMake
8 lines
81 B
CMake
|
add_library(coly2d
|
||
|
hittest.c
|
||
|
shape.c
|
||
|
)
|
||
|
target_link_libraries(coly2d
|
||
|
math
|
||
|
)
|