CMakeLists.txt

branch
experimental
changeset 1363
b725b7fb63a5
parent 1328
d68d1ce89d05
equal deleted inserted replaced
1353:48374309f3d1 1363:b725b7fb63a5
91 src/toolsets/movetoolset.cpp 91 src/toolsets/movetoolset.cpp
92 src/toolsets/toolset.cpp 92 src/toolsets/toolset.cpp
93 src/toolsets/viewtoolset.cpp 93 src/toolsets/viewtoolset.cpp
94 src/types/boundingbox.cpp 94 src/types/boundingbox.cpp
95 src/types/matrix.cpp 95 src/types/matrix.cpp
96 src/types/pattern.cpp
96 src/types/vertex.cpp 97 src/types/vertex.cpp
98 src/widgets/patterneditor.cpp
99 src/widgets/patternviewer.cpp
97 src/widgets/headeredit.cpp 100 src/widgets/headeredit.cpp
98 src/widgets/vertexobjecteditor.cpp 101 src/widgets/vertexobjecteditor.cpp
99 ) 102 )
100 103
101 set (LDFORGE_HEADERS 104 set (LDFORGE_HEADERS
169 src/toolsets/toolset.h 172 src/toolsets/toolset.h
170 src/toolsets/viewtoolset.h 173 src/toolsets/viewtoolset.h
171 src/types/boundingbox.h 174 src/types/boundingbox.h
172 src/types/library.h 175 src/types/library.h
173 src/types/matrix.h 176 src/types/matrix.h
177 src/types/pattern.h
174 src/types/vertex.h 178 src/types/vertex.h
179 src/widgets/patterneditor.h
180 src/widgets/patternviewer.h
175 src/widgets/headeredit.h 181 src/widgets/headeredit.h
176 src/widgets/vertexobjecteditor.h 182 src/widgets/vertexobjecteditor.h
177 ) 183 )
178 184
179 set (LDFORGE_FORMS 185 set (LDFORGE_FORMS
198 src/toolsets/fixroundingerrors.ui 204 src/toolsets/fixroundingerrors.ui
199 src/mainwindow.ui 205 src/mainwindow.ui
200 src/partdownloader.ui 206 src/partdownloader.ui
201 src/widgets/vertexobjecteditor.ui 207 src/widgets/vertexobjecteditor.ui
202 src/widgets/headeredit.ui 208 src/widgets/headeredit.ui
209 src/widgets/patterneditor.ui
203 ) 210 )
204 211
205 set (LDFORGE_OTHER_FILES 212 set (LDFORGE_OTHER_FILES
206 src/configurationoptions.txt 213 src/configurationoptions.txt
207 data/primitive-categories.cfg 214 data/primitive-categories.cfg

mercurial