mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
- 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:
@@ -0,0 +1,30 @@
|
||||
|
||||
## bfVFS version
|
||||
set(BFVFS_VERSION_MAJOR @BFVFS_VERSION_MAJOR@)
|
||||
set(BFVFS_VERSION_MINOR @BFVFS_VERSION_MINOR@)
|
||||
set(BFVFS_VERSION_PATCH @BFVFS_VERSION_PATCH@)
|
||||
|
||||
set(BFVFS_VERSION_STRING "@BFVFS_VERSION_MAJOR@.@BFVFS_VERSION_MINOR@.@BFVFS_VERSION_PATCH@")
|
||||
|
||||
## bfVFS options
|
||||
set(BFVFS_WITH_7ZIP @BFVFS_WITH_7ZIP@)
|
||||
set(BFVFS_WITH_SLF @BFVFS_WITH_SLF@)
|
||||
|
||||
## is VFS build as a static or shared library
|
||||
set(BUILD_BFVFS_SHARED @BUILD_BFVFS_SHARED@)
|
||||
|
||||
## definitions to add via ADD_DEFINITIONS(...)
|
||||
set(BFVFS_DEFINITIONS "@BFVFS_DEFINITIONS@")
|
||||
|
||||
## include directories
|
||||
set(BFVFS_INCLUDE_DIRS "@BFVFS_INCLUDE_DIRS@")
|
||||
|
||||
## library directories to include via LINK_DIRECTORIES(...)
|
||||
set(BFVFS_LIBRARY_DIRS "@BFVFS_LIBRARY_DIRS@")
|
||||
|
||||
## libraries to include via TARGET_LINK_LIBRARIES(...)
|
||||
set(BFVFS_LIBRARIES "@BFVFS_LIBRARIES@")
|
||||
|
||||
set(BFVFS_RUNTIME_DIRS "@BFVFS_RUNTIME_DIRS@")
|
||||
|
||||
set(BFVFS_FOUND ON)
|
||||
Reference in New Issue
Block a user