target_include_directories( main.exe
   PRIVATE
   ${CMAKE_CURRENT_LIST_DIR}
   )

target_sources( main.exe
   PRIVATE
   bar.cpp
   bar.H
   )
