-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFields.cmake
More file actions
19 lines (19 loc) · 863 Bytes
/
Fields.cmake
File metadata and controls
19 lines (19 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
set(CPP_FILES_Fields Fields/FieldList.cpp)
#set(INL_FILES_Fields Fields/SinusoidalField.inl)
set(H_FILES_Fields Fields/FieldList.h
Fields/ConstantField.h
Fields/ForceField.h
Fields/InteractionField.h
Fields/LissajousField.h
Fields/SinusoidalField.h
Fields/TriangularField.h
Fields/ZeroField.h
Fields/RectangularField.h
Fields/SincField.h
Fields/ModulatedSincField.h
Fields/SequenceField.h
)
source_group("Fields" FILES ${CPP_FILES_Fields} ${INL_FILES_Fields} ${H_FILES_Fields})
set(CPP_FILES ${CPP_FILES} ${CPP_FILES_Fields})
set(INL_FILES ${INL_FILES} ${INL_FILES_Fields})
set(H_FILES ${H_FILES} ${H_FILES_Fields})