Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
qgymib committed Jul 31, 2024
1 parent ff9b767 commit 2c7a032
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/cutest.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,13 @@ extern "C" {
*
* ## If you are using CMake
*
* Enable `CUTEST_USE_DLL` option
* Enable `CUTEST_USE_DLL` option:
*
* ```cmake
* set(CUTEST_USE_DLL ON)
* add_subdirectory(cutest)
* ```
*
*
* ## If you are using other compile system
*
* 1. Add `CUTEST_USE_DLL` to build cutest.
Expand Down

0 comments on commit 2c7a032

Please sign in to comment.