diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 1730116..4f77d77 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -54,6 +54,6 @@ if(CMAKE_CUDA_COMPILER) endif() if(CMAKE_CUDA_COMPILER) - add_executable(gpu-power gpu_power.cu) - target_link_libraries(gpu-power perfect) + add_executable(gpu-monitor gpu_monitor.cu) + target_link_libraries(gpu-monitor perfect) endif() \ No newline at end of file