From 721d727a76bfe2facfc9f893f913eaf43ab4ec64 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 25 Jun 2012 06:20:51 +0200 Subject: Remove Lua references from CMakeLists.txt --- src/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 452ca3e2..b9d6874a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,9 +40,8 @@ endif(WIN32) # tome executable INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/include) -INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/lua) ADD_EXECUTABLE(tome ${EXECUTABLE_OPTIONS} ${SRCS}) -TARGET_LINK_LIBRARIES(tome lua ${LIBS}) +TARGET_LINK_LIBRARIES(tome ${LIBS}) # Installation INSTALL(TARGETS tome -- cgit v1.2.3