Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 12, 2022
1 parent c5cde6e commit 38779ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rapids-cmake/cython/create_modules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Generate C(++) from Cython and create Python modules.
rapids_cython_create_modules([CXX] [SOURCE_FILES <src1> <src2> ...] [LINKED_LIBRARIES <lib1> <lib2> ... ] [INSTALL_DIR <install_path> )
Creates a Cython target for a module, then adds a corresponding Python
extension module.
Creates a Cython target for each provided source file, then adds a
corresponding Python extension module. Each built library has its RPATH set to
$ORIGIN.
.. note::
Requires :cmake:command:`rapids_cython_init` to be called before usage.
Expand Down

0 comments on commit 38779ec

Please sign in to comment.