mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
Merge pull request #6643 from lioncash/oprofile
CMakeLists: Define an OProfile target and use it
This commit is contained in:
commit
aafa8a10e1
3 changed files with 15 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue