mirror of
https://gitee.com/bianbu-linux/k1x-gpu-test
synced 2025-04-18 19:25:05 -04:00
9 lines
216 B
CMake
9 lines
216 B
CMake
cmake_minimum_required(VERSION 3.10)
|
|
|
|
project(k1x-gpu-test VERSION 1.0.2 LANGUAGES C)
|
|
|
|
# set(CMAKE_INSTALL_RPATH /usr/lib)
|
|
# set(CMAKE_BUILD_RPATH /usr/lib)
|
|
|
|
add_subdirectory(openGLDemo)
|
|
add_subdirectory(openCLDemo)
|