Skip to content

Commit ce1e5ab

Browse files
committed
1 parent ba057bf commit ce1e5ab

File tree

12 files changed

+17
-231
lines changed

12 files changed

+17
-231
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if(NOT CMAKE_BUILD_TYPE)
55
endif()
66

77
project(Fortran2018Examples
8-
LANGUAGES C CXX Fortran
8+
LANGUAGES C Fortran
99
DESCRIPTION "Example of using modern Fortran syntax"
1010
VERSION 1.2.3)
1111

@@ -24,7 +24,6 @@ add_subdirectory(character)
2424
add_subdirectory(coarray)
2525
add_subdirectory(contiguous)
2626
add_subdirectory(io)
27-
add_subdirectory(cxx)
2827
add_subdirectory(debug)
2928
add_subdirectory(lapack95)
3029
add_subdirectory(maximum)

cxx/CMakeLists.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

cxx/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

cxx/c_call_f.f90

Lines changed: 0 additions & 20 deletions
This file was deleted.

cxx/call_c.c

Lines changed: 0 additions & 4 deletions
This file was deleted.

cxx/call_cxx.cxx

Lines changed: 0 additions & 9 deletions
This file was deleted.

cxx/cxx_call_f.cxx

Lines changed: 0 additions & 22 deletions
This file was deleted.

cxx/f_call_c.f90

Lines changed: 0 additions & 37 deletions
This file was deleted.

cxx/f_call_cxx.f90

Lines changed: 0 additions & 37 deletions
This file was deleted.

cxx/meson.build

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)