File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,13 @@ project "60_mesh_export"
12
12
13
13
buildoptions " -std=c++11"
14
14
15
- configuration {" x64" }
16
- links {" RadeonProRender64" , " RprLoadStore64" , " ProRenderGLTF" }
17
-
15
+ configuration {" x64" }
16
+ links {" RadeonProRender64" , " RprLoadStore64" , " ProRenderGLTF" }
17
+
18
+ if os .istarget (" linux" ) then
19
+ linkoptions " -fopenmp"
20
+ end
21
+
18
22
configuration {" x64" , " Debug" }
19
23
targetdir " ../Bin"
20
24
configuration {" x64" , " Release" }
Original file line number Diff line number Diff line change @@ -12,9 +12,13 @@ project "61_mesh_import"
12
12
13
13
buildoptions " -std=c++11"
14
14
15
- configuration {" x64" }
16
- links {" RadeonProRender64" , " RprLoadStore64" , " ProRenderGLTF" }
17
-
15
+ configuration {" x64" }
16
+ links {" RadeonProRender64" , " RprLoadStore64" , " ProRenderGLTF" }
17
+
18
+ if os .istarget (" linux" ) then
19
+ linkoptions " -fopenmp"
20
+ end
21
+
18
22
configuration {" x64" , " Debug" }
19
23
targetdir " ../Bin"
20
24
configuration {" x64" , " Release" }
You can’t perform that action at this time.
0 commit comments