Skip to content

Commit a3d0e16

Browse files
committed
Update version to v0.21.39
1 parent 85c0989 commit a3d0e16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.25.2 FATAL_ERROR)
22

33
# ---- Project ----
4-
project(RAYX VERSION 0.21.38)
4+
project(RAYX VERSION 0.21.39)
55
set(CMAKE_CXX_STANDARD 23)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
set(CMAKE_CUDA_STANDARD 20)

Intern/rayx-core/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,13 @@ add_custom_command(
214214
# ---- CPack ----
215215
if(APPLE OR UNIX)
216216
install(TARGETS ${PROJECT_NAME}
217+
RUNTIME DESTINATION bin
217218
LIBRARY DESTINATION lib
218219
ARCHIVE DESTINATION lib
219220
)
220221
elseif(WIN32)
221222
install(TARGETS ${PROJECT_NAME}
223+
RUNTIME DESTINATION .
222224
LIBRARY DESTINATION .
223225
ARCHIVE DESTINATION .
224226
)

0 commit comments

Comments
 (0)