Code

refactoring ICC out-of-gamut check
[inkscape.git] / src / widgets / CMakeLists.txt
index 80ab4c5286429764eb708657a98a963432a34e71..45f013f16da40d8ec2e6d9d4bbb9b1138e54c1d0 100644 (file)
@@ -31,3 +31,6 @@ sp-xmlview-content.cpp
 sp-xmlview-tree.cpp
 toolbox.cpp
 )
+ADD_LIBRARY(widgets STATIC ${widgets_SRC})
+TARGET_LINK_LIBRARIES(widgets
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file