INCLUDE(TribitsAddExecutable)

TRIBITS_ADD_EXECUTABLE(
  CustomFunctionExample
  SOURCES main.cpp
)
