Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_file/CMakeLists.txt
| Show All 11 Lines | |||||
| # | # | ||||
| # You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | ||||
| # along with this program; if not, write to the Free Software Foundation, | # along with this program; if not, write to the Free Software Foundation, | ||||
| # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| # ***** END GPL LICENSE BLOCK ***** | # ***** END GPL LICENSE BLOCK ***** | ||||
| set(INC | set(INC | ||||
| ../include | ../include | ||||
| ../asset | |||||
| ../../blenfont | ../../blenfont | ||||
| ../../blenkernel | ../../blenkernel | ||||
| ../../blenlib | ../../blenlib | ||||
| ../../blenloader | ../../blenloader | ||||
| ../../blentranslation | ../../blentranslation | ||||
| ../../gpu | ../../gpu | ||||
| ../../imbuf | ../../imbuf | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../render | ../../render | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/atomic | ../../../../intern/atomic | ||||
| ../../../../intern/glew-mx | ../../../../intern/glew-mx | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| asset_catalog_tree_view.cc | asset_catalog_tree_view.cc | ||||
| file_draw.c | file_draw.c | ||||
| file_indexer.cc | |||||
| file_ops.c | file_ops.c | ||||
| file_panels.c | file_panels.c | ||||
| file_utils.c | file_utils.c | ||||
| filelist.c | filelist.c | ||||
| filesel.c | filesel.c | ||||
| fsmenu.c | fsmenu.c | ||||
| space_file.c | space_file.c | ||||
| file_indexer.h | |||||
| file_intern.h | file_intern.h | ||||
| filelist.h | filelist.h | ||||
| fsmenu.h | fsmenu.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | bf_blenkernel | ||||
| ) | ) | ||||
| ▲ Show 20 Lines • Show All 47 Lines • Show Last 20 Lines | |||||