mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-27 17:39:41 -06:00
add support for JIT profiling with VTune
This commit is contained in:
5
cmake/FindVTune.cmake
Normal file
5
cmake/FindVTune.cmake
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
find_path(VTUNE_PATH "")
|
||||
|
||||
include_directories("${VTUNE_PATH}/include")
|
||||
link_directories("${VTUNE_PATH}/lib64")
|
Reference in New Issue
Block a user