- Added missing projects "VFS" & "export" to SVN

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4447 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2011-05-26 11:25:04 +00:00
parent 6e2bdd557c
commit be95a2a7b1
203 changed files with 44525 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
## Aspects
set(INCLUDE_Aspects
${MOD_INCLUDE}/vfs_logging.h
${MOD_INCLUDE}/vfs_settings.h
${MOD_INCLUDE}/vfs_synchronization.h
)
set(SOURCE_Aspects
${MOD_SOURCE}/vfs_logging.cpp
${MOD_SOURCE}/vfs_settings.cpp
${MOD_SOURCE}/vfs_synchronization.cpp
)
source_group( "Aspects" FILES ${INCLUDE_Aspects} ${SOURCE_Aspects} )
set(${mod}_files
${INCLUDE_Aspects} ${SOURCE_Aspects}
CACHE INTERNAL ""
)