diff --git a/CMakeLists.txt b/CMakeLists.txt index 71d7fb5..fe715d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,7 @@ else() include_directories( /usr/local/include/ylib /usr/local/include/fastweb + /opt/lua54/include /usr/local/include) add_definitions(-DfPIC) endif() @@ -72,7 +73,7 @@ else() target_link_libraries(${MODULE_NAME} ylib crypto - lua + /opt/lua54/lib/liblua.a pthread hiredis )