Skip to content

Commit 0b13fd1

Browse files
committed
Fix Lib path on linux
1 parent fc845ad commit 0b13fd1

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
@@ -23,6 +23,7 @@ elseif (UNIX)
2323
endif (WIN32)
2424

2525
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
26+
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
2627

2728
if (RR_SHARED_CALC AND RR_USE_VULKAN)
2829
message(FATAL_ERROR "shared_calc option is not yet supported for Vulkan backend")

0 commit comments

Comments
 (0)