Skip to content

Commit

Permalink
Merge 606f209 into a2a2c85
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey authored May 3, 2023
2 parents a2a2c85 + 606f209 commit fa22f51
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 176 deletions.
6 changes: 5 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,17 @@ ign_add_component(ign
cmd/ModelCommandAPI.cc
GET_TARGET_NAME ign_lib_target)
target_link_libraries(${ign_lib_target}
PRIVATE
PUBLIC
${PROJECT_LIBRARY_TARGET_NAME}
ignition-common${IGN_COMMON_VER}::ignition-common${IGN_COMMON_VER}
ignition-gazebo${PROJECT_VERSION_MAJOR}
ignition-gazebo${PROJECT_VERSION_MAJOR}-gui
)

# Executable target that runs the GUI without ruby for debugging purposes.
add_executable(runGui gz.cc)
target_link_libraries(runGui PRIVATE ${ign_lib_target})

set (sources
Barrier.cc
Conversions.cc
Expand Down
Loading

0 comments on commit fa22f51

Please sign in to comment.