forked from preda/gpuowl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
48 lines (45 loc) · 864 Bytes
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
cmake_minimum_required(VERSION 3.13)
project(gpuowl_mirror)
set(CMAKE_CXX_STANDARD 17)
include_directories(.)
add_executable(gpuowl_mirror
Args.cpp
args.h
checkpoint.cpp
checkpoint.h
clwrap.cpp
clwrap.h
common.cpp
common.h
FFTConfig.cpp
FFTConfig.h
file.h
GmpUtil.cpp
GmpUtil.h
Gpu.cpp
Gpu.h
gpuowl.cl
gpuowl.cpp
k.cpp
kernel.h
plan.cpp
Pm1Plan.cpp
Pm1Plan.h
primenet.py
Primes.cpp
Primes.h
PrpGpu.h
selftest.h
shared.h
Signal.cpp
Signal.h
state.cpp
state.h
Task.cpp
Task.h
timeutil.cpp
timeutil.h
tinycl.h
trig.cpp
Worktodo.cpp
worktodo.h)