set (EXENAME cpp_tao_interface_test) file (GLOB SRC_FILES interface_test/*.f90 interface_test/*.cpp) set (INC_DIRS ../cpp_bmad_interface/include ) set (LINK_LIBS cpp_tao_interface cpp_bmad_interface tao bmad xsif xrlf03 xrl sim_utils recipes_f-90_LEPP xsif forest ) # This is so CMake will not be confused and know that the main program is in Fortran. set (LINKER_LANGUAGE_PROP Fortran)