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 ffe04b2 commit 12a5301Copy full SHA for 12a5301
CMakeLists.txt
@@ -250,7 +250,10 @@ if (DRJIT_ENABLE_TESTS)
250
endif()
251
252
configure_file(drjit-core-config.cmake "${CMAKE_CURRENT_BINARY_DIR}/drjit-core/drjit-core-config.cmake")
253
-install(TARGETS drjit-core EXPORT drjit-core-targets INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
+install(
254
+ TARGETS drjit-core nanothread
255
+ EXPORT drjit-core-targets
256
+ INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
257
install(DIRECTORY include/drjit-core DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
258
install(FILES drjit-core-config.cmake DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/drjit-core)
259
install(
0 commit comments