We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85360a commit 66b809eCopy full SHA for 66b809e
python/CMakeLists.txt
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2014-2021 CNRS INRIA
+# Copyright (c) 2014-2023 CNRS INRIA
3
4
5
# --- LIBRARY --- #
@@ -9,6 +9,7 @@ set(PYWRAP
9
PARENT_SCOPE)
10
11
make_directory("${${PROJECT_NAME}_BINARY_DIR}/python/${PROJECT_NAME}")
12
+include(${JRL_CMAKE_MODULES}/python-helpers.cmake)
13
include("${JRL_CMAKE_MODULES}/stubs.cmake")
14
15
add_custom_target(python)
0 commit comments