######################################################################
# Automatically generated by cppiniter {{{date_time}}}
######################################################################

add_executable(example)

target_include_directories(example PRIVATE ${CMAKE_CURRENT_LIST_DIR})

file(GLOB SRC "*/*.h"
              "*/*.cpp"
              "*.hpp"
              "*.cpp")
target_sources(example PRIVATE ${SRC})

target_link_libraries({{{project_name}}} {{{project_name}}})
