Skip to content

Commit

Permalink
don't install hecore device
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffamstutz committed Jan 13, 2025
1 parent e107ed3 commit 2ce12c2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/empty_helium_device/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,3 @@ anari_generate_queries(
CPP_NAMESPACE hecore
JSON_DEFINITIONS_FILE ${CMAKE_CURRENT_SOURCE_DIR}/HeCoreDefinitions.json
)

## Installation ##

install(TARGETS ${PROJECT_NAME}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)

0 comments on commit 2ce12c2

Please sign in to comment.