Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / extension / param / CMakeLists.txt
1 SET(extension_param_SRC
2 bool.cpp
3 color.cpp
4 description.cpp
5 enum.cpp
6 parameter.cpp
7 float.cpp
8 int.cpp
9 notebook.cpp
10 radiobutton.cpp
11 string.cpp
12 )