target_include_directories( main.exe
   PRIVATE
   ${CMAKE_CURRENT_LIST_DIR}
   )

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