diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-04-03 12:28:55 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-04-03 12:28:55 +0300 |
| commit | e4f7f97e6c79cda72dec7cd6fea5b85328b75894 (patch) | |
| tree | fabb8e2c981e4052802d31787ea376fefd415267 /src/CMakeLists.txt | |
| parent | ee89e29ae10d58a2a3d00641f4e459600a49e09e (diff) | |
| download | dragonfireclient-e4f7f97e6c79cda72dec7cd6fea5b85328b75894.tar.xz | |
Removed lua stuff
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d38ea3f0b..2b49cb32d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -104,7 +104,6 @@ include_directories( ${CMAKE_BUILD_TYPE} ${PNG_INCLUDE_DIR} "${PROJECT_SOURCE_DIR}/jthread" - "${PROJECT_SOURCE_DIR}/lua/src" ) set(EXECUTABLE_OUTPUT_PATH ../bin) @@ -123,9 +122,7 @@ if(BUILD_CLIENT) ${PLATFORM_LIBS} ${CLIENT_PLATFORM_LIBS} jthread - lua ) - #${CMAKE_CURRENT_SOURCE_DIR}/lua/build/liblua endif(BUILD_CLIENT) if(BUILD_SERVER) @@ -135,7 +132,6 @@ if(BUILD_SERVER) ${ZLIB_LIBRARIES} ${PLATFORM_LIBS} jthread - lua ) endif(BUILD_SERVER) @@ -218,6 +214,5 @@ endif(BUILD_SERVER) # Subdirectories add_subdirectory(jthread) -add_subdirectory(lua) #end |
