We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131861f commit 31f965eCopy full SHA for 31f965e
cmake/device.cmake
@@ -42,6 +42,12 @@ target_link_libraries (all.tests
42
)
43
44
45
+set_property (TARGET tinker9 all.tests
46
+ APPEND_STRING PROPERTY
47
+ LINK_FLAGS " CUDA_HOME=${CUDA_DIR}"
48
+)
49
+
50
51
if (${CMAKE_SYSTEM_NAME} STREQUAL Darwin)
52
add_subdirectory (src/objc)
53
target_link_libraries (tinker9 tinker9_objc "-framework CoreFoundation -framework IOKit")
0 commit comments