forked from OpenXRay/xray-16
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b5a458
commit 3938b9c
Showing
54 changed files
with
7,068 additions
and
6,924 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
add_subdirectory(LuaJIT-proj) | ||
if (XRAY_USE_LUAJIT) | ||
add_subdirectory(LuaJIT-proj) | ||
else() | ||
find_package(Lua51 REQUIRED) | ||
endif() | ||
|
||
add_subdirectory(xrLuaFix) | ||
add_subdirectory(luabind) | ||
|
||
if (USE_CXIMAGE) | ||
add_subdirectory(cximage) | ||
endif() | ||
|
||
add_subdirectory(GameSpy) | ||
add_subdirectory(OPCODE) | ||
add_subdirectory(ode) | ||
#add_subdirectory(NVTT) | ||
add_subdirectory(imgui-proj) | ||
|
||
if (NOT TARGET xrLuabind) | ||
message(FATAL_ERROR | ||
"You probably have downloaded OpenXRay sources as ZIP archive, you can't do that. Use git to clone the repository.\n" | ||
"Read the build instructions: https://github.com/OpenXRay/xray-16/wiki" | ||
) | ||
endif() |
Oops, something went wrong.