Skip to content

Commit 638ed3b

Browse files
committed
Add tuff to cmake build
1 parent 0a3dfc6 commit 638ed3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
add_library(tuff tuff.f90)
2+
13
foreach(execid
24
input1d_layer
35
input2d_layer
@@ -27,7 +29,7 @@ foreach(execid
2729
metrics
2830
)
2931
add_executable(test_${execid} test_${execid}.f90)
30-
target_link_libraries(test_${execid} PRIVATE neural-fortran ${LIBS})
32+
target_link_libraries(test_${execid} PRIVATE tuff neural-fortran ${LIBS})
3133

3234
add_test(NAME test_${execid} COMMAND test_${execid})
3335
endforeach()

0 commit comments

Comments
 (0)