Skip to content

Commit

Permalink
Revert using luabind.cmake. Use luajit for luabind. Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 26, 2018
1 parent 5d7e0dd commit b879c43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 49 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive --std=c++17")

add_definitions(-D_MT -D_CPPUNWIND -DPURE_DYNAMIC_CAST -DDECLARE_SPECIALIZATION -DM_NOSTDCONTAINERS_EXT -DUSE_OGL)

find_package(Lua51 REQUIRED)
set(LUA_INCLUDE_DIR Externals/luajit/src)
set(LUA_LIBRARIES luajit)
set(LUA_FOUND 1)
if (NOT WIN32)
find_package(OpenSSL REQUIRED)
find_package(Theora REQUIRED)
Expand Down
3 changes: 1 addition & 2 deletions Externals/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
add_subdirectory(luajit)
include(luabind.cmake)
#add_subdirectory(luabind)
add_subdirectory(luabind)
add_subdirectory(lzo)
add_subdirectory(cximage)
add_subdirectory(NVTT)
Expand Down
46 changes: 0 additions & 46 deletions Externals/luabind.cmake

This file was deleted.

0 comments on commit b879c43

Please sign in to comment.