]> git.xonotic.org Git - xonotic/netradiant.git/blob - libs/gtkutil/CMakeLists.txt
Split CMakeLists.txt into subdirectories
[xonotic/netradiant.git] / libs / gtkutil / CMakeLists.txt
1
2 add_library(gtkutil
3     accelerator.cpp
4     accelerator.h
5     button.cpp
6     button.h
7     clipboard.cpp
8     clipboard.h
9     closure.cpp
10     closure.h
11     container.cpp
12     container.h
13     cursor.cpp
14     cursor.h
15     dialog.cpp
16     dialog.h
17     entry.cpp
18     entry.h
19     filechooser.cpp
20     filechooser.h
21     frame.cpp
22     frame.h
23     glfont.cpp
24     glfont.h
25     glwidget.cpp
26     glwidget.h
27     idledraw.cpp
28     idledraw.h
29     image.cpp
30     image.h
31     menu.cpp
32     menu.h
33     messagebox.cpp
34     messagebox.h
35     nonmodal.cpp
36     nonmodal.h
37     paned.cpp
38     paned.h
39     pointer.cpp
40     pointer.h
41     toolbar.cpp
42     toolbar.h
43     widget.cpp
44     widget.h
45     window.cpp
46     window.h
47     xorrectangle.cpp
48     xorrectangle.h
49 )
50 target_link_libraries(gtkutil ${GTK2_PANGOFT2_LIBRARY})