5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
godot-cpp provides CMake targets:
|
|
|
|
find_package(unofficial-godot-cpp CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE unofficial::godot::cpp)
|