Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Oct 13, 2023
1 parent f8a5c3b commit 1f4aa08
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions graphics/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
gz_get_libsources_and_unittests(sources gtest_sources)


if(NOT USE_EXTERNAL_TINYXML2)
# If we are using our internal copy of tinyxml2, then add its
# source file.
message(STATUS "Adding tinyxml2 source files")
list(APPEND sources ${CMAKE_CURRENT_SOURCE_DIR}/tinyxml2/tinyxml2.cpp)
endif()


gz_add_component(graphics SOURCES ${sources} GET_TARGET_NAME graphics_target)

target_link_libraries(${graphics_target}
Expand Down

0 comments on commit 1f4aa08

Please sign in to comment.