File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ libdirs {
9090 extsbuild_dir .. " /omni.usd.core/bin" ,
9191 isaac_sim_extsbuild_dir .. " /isaacsim.util.debug_draw/bin" ,
9292}
93- links { " isaacsim.util.debug_draw.primitive_drawing " , " isaacsim. asset.gen.omap.generator" , " omni.usd" }
93+ links { " isaacsim.asset.gen.omap.generator" , " omni.usd" }
9494
9595extra_usd_libs = { " usdUtils" }
9696
@@ -109,6 +109,7 @@ libdirs {
109109 " %{root}/_build/target-deps/octomap/%{cfg.buildcfg}/lib64" ,
110110 " %{root}/_build/target-deps/octomap/%{cfg.buildcfg}/lib" ,
111111}
112+ links { " isaacsim.util.debug_draw.plugin" }
112113filter {}
113114
114115filter { " system:windows" }
@@ -118,6 +119,7 @@ libdirs {
118119 " %{root}/_build/target-deps/tbb/lib/intel64/vc14" ,
119120 " %{root}/_build/target-deps/octomap/%{cfg.buildcfg}/lib" ,
120121}
122+ links { " isaacsim.util.debug_draw.primitive_drawing" }
121123filter {}
122124
123125links { " octomap" , " octomath" }
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ links {
5252 " isaacSensorSchema" ,
5353 " rangeSensorSchema" ,
5454 " omni.usd" ,
55- " isaacsim.util.debug_draw.primitive_drawing" ,
5655}
5756extra_usd_libs = { " usdGeom" , " usdPhysics" }
5857
@@ -65,10 +64,13 @@ includedirs {
6564 " %{root}/_build/target-deps/usd/%{cfg.buildcfg}/include/boost" ,
6665 " %{root}/_build/target-deps/python/include/python3.11" ,
6766}
67+ links { " isaacsim.util.debug_draw.plugin" }
68+
6869filter { " system:windows" }
6970libdirs {
7071 " %{root}/_build/target-deps/tbb/lib/intel64/vc14" ,
7172}
73+ links { " isaacsim.util.debug_draw.primitive_drawing" }
7274filter {}
7375
7476filter { " configurations:debug" }
You can’t perform that action at this time.
0 commit comments