# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# + CMakeLists.txt
# + Folder: src/HelloWorld
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

add_executable(helloworld helloworld-main.cpp )
