Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Zakaria Mansouri <[email protected]>
  • Loading branch information
omdxp and ZibanPirate authored Apr 1, 2024
1 parent 9a3bc9b commit 3de669c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ add_executable(test test/test.c)

# Create the example executable
add_executable(example example/main.c)
add_executable(example1 example/main.cpp)
add_executable(example2 example/main.cpp)

# Create the build executable
add_executable(build build.c)
Expand Down
2 changes: 1 addition & 1 deletion c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Algeria's college hierarchy dataset as a C library

- Install build dependencies:
```sh
conan install . --output-folder=build --build=missing
cd c && conan install . --output-folder=build --build=missing
```
- Click on CMake Tools icon <img src="https://ms-vscode.gallerycdn.vsassets.io/extensions/ms-vscode/cmake-tools/1.18.16/1711685798086/Microsoft.VisualStudio.Services.Icons.Default" width="20px"/> in the extensions sidebar (Open [CMakeLists.txt](./CMakeLists.txt) if it doesn't appear for some reason).
- Follow these steps:
Expand Down

0 comments on commit 3de669c

Please sign in to comment.