mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed a CMake issue with the runtime path.
This commit is contained in:
parent
5d1b6d2475
commit
8b867ac4e2
|
@ -108,6 +108,7 @@ else()
|
||||||
include_directories(${COMMON_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR}/src)
|
include_directories(${COMMON_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR}/src)
|
||||||
add_executable(emulationstation ${ES_SOURCES} ${ES_HEADERS})
|
add_executable(emulationstation ${ES_SOURCES} ${ES_HEADERS})
|
||||||
target_link_libraries(emulationstation ${COMMON_LIBRARIES} es-core)
|
target_link_libraries(emulationstation ${COMMON_LIBRARIES} es-core)
|
||||||
|
set_target_properties(emulationstation PROPERTIES INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Setup for installation and package generation.
|
# Setup for installation and package generation.
|
||||||
|
|
Loading…
Reference in a new issue