Fix cmake build: kghostview parallel build

This resolves Bug 1301
pull/1/head
Alexander Golubev 12 years ago committed by Slávek Banko
parent 3fe3a36fd5
commit 923dc5953a

@ -113,7 +113,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
##### tdegraphics directories ###################
if( BUILD_KFILE_PLUGINS OR BUILD_GHOSTKVIEW )
# kfile-plugins/ps requires dscparse-static library
if( BUILD_KFILE_PLUGINS AND NOT BUILD_KGHOSTVIEW )
add_subdirectory( kghostview/dscparse )
endif( )

@ -10,6 +10,7 @@
#################################################
add_subdirectory( data )
add_subdirectory( dscparse )
include_directories(
${CMAKE_CURRENT_BINARY_DIR}

Loading…
Cancel
Save