try cmake and make. failed now try with julia.
This commit is contained in:
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal file
@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
cmake_policy(VERSION 3.0...3.18.4)
|
||||
project(proj)
|
||||
add_executable(app src/main.cpp)
|
||||
find_package(OpenCLHeaders REQUIRED)
|
||||
find_package(OpenCLICDLoader REQUIRED)
|
||||
find_package(OpenCLHeadersCpp REQUIRED)
|
||||
target_link_libraries(app PRIVATE OpenCL::Headers OpenCL::OpenCL OpenCL::HeadersCpp)
|
||||
Reference in New Issue
Block a user