CMakeLists.txt (snort3-3.1.29.0) | : | CMakeLists.txt (snort3-3.1.30.0) | ||
---|---|---|---|---|
if ( ENABLE_PIGLET ) | ||||
set(PIGLET_FILES | ||||
lua_arg.h | ||||
lua_iface.h | ||||
lua_ref.cc | ||||
lua_ref.h | ||||
lua_table.h | ||||
lua_util.cc | ||||
lua_util.h | ||||
) | ||||
endif () | ||||
add_library (lua OBJECT | add_library (lua OBJECT | |||
lua.cc | lua.cc | |||
lua.h | lua.h | |||
lua_script.h | lua_script.h | |||
lua_stack.h | lua_stack.h | |||
${PIGLET_FILES} | ||||
) | ) | |||
target_include_directories(lua PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) | target_include_directories(lua PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) | |||
add_subdirectory(test) | add_subdirectory(test) | |||
End of changes. 2 change blocks. | ||||
13 lines changed or deleted | 0 lines changed or added |