mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07: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")
|