-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig_linux.txt
65 lines (49 loc) · 897 Bytes
/
config_linux.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
INCLUDE:include ../Genetic-Program-Frame/include/
**********
TARGET:libglsl.so
DEPENDS:
DIRS:src glsl
SRCS:
LINKS:-lfreeimage -lGL -lglut -lGLU -lGLEW
##########
TARGET:test.out
DEPENDS:libglsl.so
DIRS:test
SRCS:
LINKS: ./libglsl.so -lfreeimage -lGL -lglut -lGLU -lGLEW
##########
TARGET:gputest.out
DEPENDS:libglsl.so
DIRS:gltest
SRCS:
LINKS: ./libglsl.so
##########
TARGET:example.out
DEPENDS:libglsl.so
DIRS:example
SRCS:
LINKS: ./libglsl.so
##########
TARGET:convert_data.out
DEPENDS:libglsl.so
DIRS:
SRCS:convert_data.cpp
LINKS: ./libglsl.so
##########
TARGET:picture_treat.out
DEPENDS:libglsl.so
DIRS:
SRCS:picture_treat.cpp
LINKS: ./libglsl.so
##########
TARGET:gp_color_table_data_make.out
DEPENDS:libglsl.so
DIRS:
SRCS:gp_color_table_data_make.cpp
LINKS: ./libglsl.so
##########
TARGET:color_extract.out
DEPENDS:libglsl.so
DIRS:
SRCS:color_extract.cpp
LINKS: ./libglsl.so