nianhua 2 년 전
부모
커밋
92f9b6392e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      CMakeLists.txt

+ 2 - 1
CMakeLists.txt

@@ -46,6 +46,7 @@ else()
 	include_directories(
 		/usr/local/include/ylib
 		/usr/local/include/fastweb
+		/opt/lua54/include
 		/usr/local/include)
 	add_definitions(-DfPIC)
 endif()
@@ -76,7 +77,7 @@ else()
 			hpsocket
 			ylib
 			crypto
-			lua
+			/opt/lua54/lib/liblua.a
 			pthread
 			leveldb
 	)