Move FindLua to main cmake file

This commit is contained in:
Dane Johnson
2021-04-07 14:18:36 -05:00
parent 815a1ec7ec
commit d4610643e2
3 changed files with 4 additions and 8 deletions

View File

@@ -11,12 +11,6 @@ find_package(Bullet REQUIRED)
## Find AssImp
find_package(ASSIMP REQUIRED)
if (LUA_ENABLED)
## Find Lua
find_package(Lua REQUIRED)
include_directories(${LUA_INCLUDE_DIR})
endif ()
add_library(couchlib STATIC)
target_sources(couchlib PUBLIC
Camera.h