Skip to content

Commit

Permalink
fix cmake instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanslobbe authored and odygrd committed Dec 17, 2024
1 parent 36ff1c0 commit 25389ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Building and Installing from Source
.. code:: bash
git clone https://github.com/odygrd/quill.git
cd quill
mkdir cmake_build
cd cmake_build
cmake ..
Expand Down Expand Up @@ -84,4 +85,4 @@ CMakeLists.txt
add_subdirectory(quill)
add_executable(my_project main.cpp)
target_link_libraries(my_project PRIVATE quill::quill)
target_link_libraries(my_project PRIVATE quill::quill)

0 comments on commit 25389ad

Please sign in to comment.