mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
6 lines
112 B
CMake
6 lines
112 B
CMake
|
|
find_path(VTUNE_PATH "")
|
|
|
|
include_directories("${VTUNE_PATH}/include")
|
|
link_directories("${VTUNE_PATH}/lib64")
|