mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
46 lines
1.9 KiB
CMake
46 lines
1.9 KiB
CMake
# The set of languages for which implicit dependencies are needed:
|
|
SET(CMAKE_DEPENDS_LANGUAGES
|
|
"CXX"
|
|
)
|
|
# The set of files for implicit dependencies of each language:
|
|
SET(CMAKE_DEPENDS_CHECK_CXX
|
|
"/mnt/f/Trunk2012/Client/Rendering/RbxG3D/Frustum.cpp" "/mnt/f/Trunk2012/Client/Rendering/RbxG3D/CMakeFiles/RbxG3D.dir/Frustum.cpp.o"
|
|
"/mnt/f/Trunk2012/Client/Rendering/RbxG3D/RbxCamera.cpp" "/mnt/f/Trunk2012/Client/Rendering/RbxG3D/CMakeFiles/RbxG3D.dir/RbxCamera.cpp.o"
|
|
"/mnt/f/Trunk2012/Client/Rendering/RbxG3D/RbxRay.cpp" "/mnt/f/Trunk2012/Client/Rendering/RbxG3D/CMakeFiles/RbxG3D.dir/RbxRay.cpp.o"
|
|
)
|
|
SET(CMAKE_CXX_COMPILER_ID "GNU")
|
|
|
|
# Preprocessor definitions for this target.
|
|
SET(CMAKE_TARGET_DEFINITIONS
|
|
"ANDROID"
|
|
"ROBLOX_BOOST_CONFIGS"
|
|
)
|
|
|
|
# Targets to which this target links.
|
|
SET(CMAKE_TARGET_LINKED_INFO_FILES
|
|
)
|
|
|
|
# The include file search paths:
|
|
SET(CMAKE_C_TARGET_INCLUDE_PATH
|
|
"/home/watrabi/Android/ndk/android-ndk-r10e/platforms/android-21/arch-arm/usr/include"
|
|
"/home/watrabi/Android/ndk/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include"
|
|
"/home/watrabi/Android/ndk/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include"
|
|
"/home/watrabi/Android/ndk/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include/backward"
|
|
"/mnt/f/Trunk2012/Contribs/boost_1_55_0"
|
|
"/mnt/f/Trunk2012/Contribs/android/armeabi-v7a/curl/curl-7.43.0/include"
|
|
"/mnt/f/Trunk2012/Contribs/boost_1_55_0/include"
|
|
"fmod/include"
|
|
"/mnt/f/Trunk2012/Contribs/android/arm/openssl/openssl-1.0.2c/include"
|
|
"/mnt/f/Trunk2012/Contribs/SDL2/include"
|
|
"Base/include"
|
|
"Log/include"
|
|
"Base/include/rbx/Android"
|
|
"App/include"
|
|
"App.BulletPhysics"
|
|
"Rendering/RbxG3D/include"
|
|
"Rendering/RbxG3D/../g3d/include"
|
|
)
|
|
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
|
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|