Skip to content

Commit 07cf63e

Browse files
committed
binding to external ctf build
1 parent 376f420 commit 07cf63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
22

33
set(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/install" CACHE PATH "Install Prefix" FORCE)
44
set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL "Enable verbose output" FORCE)
5-
project(tapp LANGUAGES C CXX)
5+
project(tapp LANGUAGES C CXX Fortran)
66

77
add_library(tapp SHARED)
88

0 commit comments

Comments
 (0)