We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76af2cf commit cae31b5Copy full SHA for cae31b5
example/tutorial/Jamroot
@@ -26,6 +26,14 @@ project
26
# source files after the colon separated by spaces.
27
python-extension hello_ext : hello.cpp ;
28
29
+# Put the extension and Boost.Python DLL in the current directory, so
30
+# that running script by hand works.
31
+install convenient_copy
32
+ : hello_ext
33
+ : <install-dependencies>on <install-type>SHARED_LIB <install-type>PYTHON_EXTENSION
34
+ <location>.
35
+ ;
36
+
37
# A little "rule" (function) to clean up the syntax of declaring tests
38
# of these extension modules.
39
local rule run-test ( test-name : sources + )
0 commit comments