Skip to content

Commit

Permalink
Merge pull request #4017 from davide125/gdb
Browse files Browse the repository at this point in the history
Install GDBSymbol integration in the correct location
  • Loading branch information
Sonicadvance1 authored Aug 28, 2024
2 parents 90f7cc9 + 1bfdd03 commit ac814ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Tools/FEXGDBReader/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
include(GNUInstallDirs)
set(NAME FEXGDBReader)
set(SRCS FEXGDBReader.cpp)

add_library(${NAME} SHARED ${SRCS})

install(TARGETS ${NAME}
RUNTIME
LIBRARY DESTINATION lib/gdb
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/gdb
COMPONENT LIBRARY)

target_include_directories(${NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/Source/)
Expand Down

0 comments on commit ac814ac

Please sign in to comment.