Skip to content

Commit 299c775

Browse files
committed
install target for dipper-cpu
1 parent 39dfd84 commit 299c775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,5 @@ endif()
173173

174174
set_target_properties(dipper_cpu PROPERTIES CUDA_SEPARABLE_COMPILATION ON)
175175
target_link_libraries(dipper_cpu PRIVATE ${Boost_LIBRARIES} ${ZLIB_LIBRARIES} TBB::tbb)
176+
install(TARGETS dipper_cpu RUNTIME DESTINATION bin)
176177

0 commit comments

Comments
 (0)