diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-04-28 21:38:04 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-04-28 21:38:04 +0000 |
| commit | 8db539377285d9391000c938f2e608b9e01a7353 (patch) | |
| tree | 02c1641a5ee8229d93fd064e6a2fb3c6fa589f5f /src | |
| parent | Further fix for sign handling of the SVG path data parser. (diff) | |
| download | inkscape-8db539377285d9391000c938f2e608b9e01a7353.tar.gz inkscape-8db539377285d9391000c938f2e608b9e01a7353.zip | |
Cmake: Fixed optional dependency linking
(bzr r5539)
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2d9106337..094653cb6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -236,9 +236,6 @@ inkscape.rc inkscape-stock.cpp inkscape-stock.h inkscape_version.h.mingw -inkview.cpp -inkview-manifest.xml -inkview.rc interface.cpp interface.h isinf.h @@ -612,6 +609,12 @@ ${ONLY_WIN} ADD_EXECUTABLE(inkscape ${INKSCAPE_SRC})
TARGET_LINK_LIBRARIES(inkscape
"${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot
+) + +# make executable for INKVIEW +ADD_EXECUTABLE(inkview inkview.cpp) +TARGET_LINK_LIBRARIES(inkview
+ "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot
)
#INSTALL(TARGETS INKSCAPE
# RUNTIME DESTINATION bin
|
