diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindVTune.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/FindVTune.cmake b/cmake/FindVTune.cmake new file mode 100644 index 0000000..3c16dba --- /dev/null +++ b/cmake/FindVTune.cmake @@ -0,0 +1,5 @@ + +find_path(VTUNE_PATH "") + +include_directories("${VTUNE_PATH}/include") +link_directories("${VTUNE_PATH}/lib64") |