Autotools changes

This commit is contained in:
2022-07-05 12:45:26 +02:00
parent 5765ae0dfb
commit 565fb1dcc8
6 changed files with 80 additions and 6 deletions

View File

@@ -16,3 +16,7 @@ else
test_main_LDADD += @LIBCTF_LD_LIBRARY_PATH@/libctf.a
endif
if WITH_CUDA
test_main_CXXFLAGS = $(CUDA_CXXFLAGS)
test_main_LDADD += $(CUDA_LDFLAGS)
endif