Code

Cmake: more fixs for C internal libs
[inkscape.git] / src / libvpsc / CMakeLists.txt
1 SET(libvpsc_SRC\r
2 block.cpp
3 blocks.cpp
4 constraint.cpp
5 csolve_VPSC.cpp
6 generate-constraints.cpp
7 remove_rectangle_overlap.cpp
8 solve_VPSC.cpp
9 variable.cpp\r
10 )\r
11 ADD_LIBRARY(vpsc STATIC ${libvpsc_SRC})