~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Adrian Boguszewski
  • Date: 2016-06-11 09:31:39 UTC
  • mfrom: (14974 trunk)
  • mto: This revision was merged to the branch mainline in revision 15047.
  • Revision ID: adrbogus1@student.pg.gda.pl-20160611093139-2actvfnl4xi10vmw
Added return value to remove

Show diffs side-by-side

added added

removed removed

Lines of Context:
515
515
add_executable(inkscape ${main_SRC} )
516
516
add_executable(inkview inkview.cpp )
517
517
 
518
 
 
519
 
 
520
 
if(UNIX)
521
 
# message after building.
522
 
add_custom_command(
523
 
    TARGET inkscape
524
 
    POST_BUILD MAIN_DEPENDENCY inkscape
525
 
    COMMAND ${CMAKE_COMMAND} -E echo 'now run: \"make install\" to copy runtime files & scripts to ${CMAKE_INSTALL_PREFIX}'
526
 
)
527
 
endif()
528
 
 
529
518
add_dependencies(inkscape inkscape_version)
530
519
 
531
520
if(WITH_DBUS)