Skip to content

Commit

Permalink
Update ports/godot-cpp/usage
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Matos Denizac <[email protected]>
  • Loading branch information
ytnuf and JavierMatosD authored Apr 25, 2024
1 parent 8280c29 commit 473ce9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/godot-cpp/usage
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

The godot-cpp provides CMake targets:

find_package("unofficial-godot-cpp" CONFIG REQUIRED)
target_link_libraries("main" PRIVATE "unofficial::godot::cpp")
find_package(unofficial-godot-cpp CONFIG REQUIRED)
target_link_libraries("main" PRIVATE unofficial::godot::cpp)

0 comments on commit 473ce9c

Please sign in to comment.