blob: 7c5acde490c6a93750911c363f11047a541912a8 [file] [log] [blame]
SET(example_name simple)
SET(KIT_SRCS
main.cpp
)
ADD_EXECUTABLE(${example_name} ${KIT_SRCS})
TARGET_LINK_LIBRARIES(${example_name} ${PROJECT_NAME})