mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-10 02:59:38 +00:00
build: use sysdig directory variable for userspace engine build
Co-Authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
committed by
Lorenzo Fontana
parent
fade424120
commit
8a745b73a3
@@ -15,9 +15,9 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
include_directories("${PROJECT_SOURCE_DIR}/../sysdig/userspace/libsinsp/third-party/jsoncpp")
|
include_directories("${SYSDIG_DIR}/userspace/libsinsp/third-party/jsoncpp")
|
||||||
include_directories("${PROJECT_SOURCE_DIR}/../sysdig/userspace/libscap")
|
include_directories("${SYSDIG_DIR}/userspace/libscap")
|
||||||
include_directories("${PROJECT_SOURCE_DIR}/../sysdig/userspace/libsinsp")
|
include_directories("${SYSDIG_DIR}/userspace/libsinsp")
|
||||||
include_directories("${PROJECT_BINARY_DIR}/userspace/engine")
|
include_directories("${PROJECT_BINARY_DIR}/userspace/engine")
|
||||||
include_directories("${LUAJIT_INCLUDE}")
|
include_directories("${LUAJIT_INCLUDE}")
|
||||||
include_directories("${NJSON_INCLUDE}")
|
include_directories("${NJSON_INCLUDE}")
|
||||||
|
Reference in New Issue
Block a user