Skip to content

Commit

Permalink
added doc for cudftestutil_compilation method
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarrr committed Oct 16, 2024
1 parent 991f157 commit f306a6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
###################################################################################################
# - compiler function -----------------------------------------------------------------------------

# cudftestutil_impl is an interface source library, this empty object
# library is used to speed-up compilation and linking against it,
# otherwise we pay the non-trivial compilation cost repeatedly for each
# test executable
add_library(cuspatial_test_common OBJECT test_common.cpp)

target_compile_features(cuspatial_test_common PUBLIC cxx_std_17 cuda_std_17)
Expand Down

0 comments on commit f306a6e

Please sign in to comment.