Skip to content

Commit 12a5301

Browse files
author
Connor Baker
committed
wip: add nanothread to drjit-core-targets export set
1 parent ffe04b2 commit 12a5301

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,10 @@ if (DRJIT_ENABLE_TESTS)
250250
endif()
251251

252252
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})
253+
install(
254+
TARGETS drjit-core nanothread
255+
EXPORT drjit-core-targets
256+
INCLUDES DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
254257
install(DIRECTORY include/drjit-core DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
255258
install(FILES drjit-core-config.cmake DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/drjit-core)
256259
install(

0 commit comments

Comments
 (0)