14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
$NetBSD: patch-scripts_CMakeLists.txt,v 1.1 2016/03/28 13:13:55 kamil Exp $
|
|
|
|
--- scripts/CMakeLists.txt.orig 2015-12-06 02:57:30.000000000 +0000
|
|
+++ scripts/CMakeLists.txt
|
|
@@ -9,6 +9,8 @@ set(SWIG_HEADERS
|
|
${LLDB_SOURCE_DIR}/include/lldb/lldb-versioning.h
|
|
)
|
|
|
|
+include(FindPythonInterp)
|
|
+
|
|
find_package(SWIG REQUIRED)
|
|
add_custom_command(
|
|
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/LLDBWrapPython.cpp
|