#project of lsreadercdist
include_directories(${PROJECT_SOURCE_DIR}/lsreadercdist)

link("C")

#include sources
aux_source_directory(${PROJECT_SOURCE_DIR}/lsreadercdist D3PLOTREADERCDIST_SOURCE)

#add exe
add_executable(cmain ${D3PLOTREADERCDIST_SOURCE})

target_link(cmain "C")

set_bin_dir(cmain lsreadercdist)

#Copy DLL files to output directory
post_build(cmain "C")












