include_directories(BEFORE
h
src
)

add_library(rshelllines ${LIBTYPE}
${SNP_SRC}
src/rshelllines.cpp
#src/RShellLines.rc
src/stdafx.cpp
)
set_property(TARGET rshelllines PROPERTY COMPILE_DEFINITIONS __RSHELLLINES_EXPORTS__)

target_link_libraries(rshelllines
cfio
cimage
cpage
rverline
)

library_hook(rshelllines)
