include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/src/extdate ${CMAKE_SOURCE_DIR}/src/libkst ${CMAKE_SOURCE_DIR}/src/libkstmath ${KDE3_INCLUDE_DIR} ${QT_INCLUDE_DIR} )

########### next target ###############

set(d2asc_SRCS d2asc.cpp)

ADD_EXECUTABLE(d2asc ${d2asc_SRCS})

target_link_libraries(d2asc kstmath)

install(TARGETS d2asc 
	RUNTIME DESTINATION bin
	${INSTALL_TARGETS_DEFAULT_ARGS})

########### install files ###############
