Skip to content

Commit

Permalink
Merge pull request #4 from diegoferigo/feature/docs
Browse files Browse the repository at this point in the history
Update docstrings
  • Loading branch information
diegoferigo authored May 15, 2021
2 parents a1716e7 + cb7d0dc commit 4c66052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmake_build_extension/cmake_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ class CMakeExtension(Extension):
disable_editable: Skip this extension in editable mode.
write_top_level_init: Create a new top-level ``__init__.py`` file in the install
prefix and write content.
cmake_configure_options: List of additional CMake configure options (-DBAR=FOO).
source_dir: The location of the main CMakeLists.txt.
cmake_build_type: The default build type of the CMake project.
cmake_component: The name of component to install. Defaults to all
components.
cmake_component: The name of component to install. Defaults to all components.
cmake_depends_on: List of dependency packages containing required CMake projects.
"""

Expand Down

0 comments on commit 4c66052

Please sign in to comment.