mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 05:37:36 -05:00
Merge pull request #6643 from lioncash/oprofile
CMakeLists: Define an OProfile target and use it
This commit is contained in:
@@ -146,7 +146,7 @@ if(USE_UPNP)
|
||||
endif()
|
||||
|
||||
if(OPROFILE_FOUND)
|
||||
target_link_libraries(common PRIVATE ${OPROFILE_LIBRARIES})
|
||||
target_link_libraries(common PRIVATE OProfile::OProfile)
|
||||
endif()
|
||||
|
||||
if(UNIX)
|
||||
|
||||
Reference in New Issue
Block a user