File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ project "Calc"
30
30
includedirs { " ." , " ./inc" , " ../CLW" }
31
31
files { " ../Calc/**.h" , " ../Calc/**.cpp" }
32
32
33
- links {" CLW" }
33
+ if _OPTIONS [" use_opencl" ] then
34
+ links {" CLW" }
35
+ end
34
36
35
37
configuration {" x32" , " Debug" }
36
38
targetdir " ../../Bin/Debug/x86"
Original file line number Diff line number Diff line change @@ -128,9 +128,9 @@ project "RadeonRays"
128
128
end
129
129
if vulkanSDKPath ~= nil then
130
130
configuration {" x32" }
131
- libdirs { vulkanSDKPath .. " /Bin32 " }
131
+ libdirs { vulkanSDKPath .. " /Lib32 " }
132
132
configuration {" x64" }
133
- libdirs { vulkanSDKPath .. " /Bin " }
133
+ libdirs { vulkanSDKPath .. " /Lib " }
134
134
configuration {}
135
135
end
136
136
if os .is (" macosx" ) then
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ project "UnitTest"
55
55
end
56
56
if vulkanSDKPath ~= nil then
57
57
configuration {" x32" }
58
- libdirs { vulkanSDKPath .. " /Bin32 " }
58
+ libdirs { vulkanSDKPath .. " /Lib32 " }
59
59
configuration {" x64" }
60
- libdirs { vulkanSDKPath .. " /Bin " }
60
+ libdirs { vulkanSDKPath .. " /Lib " }
61
61
configuration {}
62
62
end
63
63
if os .is (" macosx" ) then
You can’t perform that action at this time.
0 commit comments