if(NOT LBM_ITK_EXTENSION)
  return()
endif()

add_executable_ex(LBMITKDriver "LBMITKDriver.cpp")
if(LBM_VTK_EXTENSION)
  target_compile_options(LBMITKDriver PRIVATE -DVTK_EXTENSION)
endif()

target_link_libraries(LBMITKDriver LBM)