godot-cpp/cmake
ytnuf cd6bb165fa Make godot-cpp installable with cmake config
godot-cpp can be installed like this:
cmake && make && make install

It can be used like this:
find_pacakge("godot")
target_link_libraries("my_gdextension_project" PRIVATE "godot::cpp")

The install destination uses CMAKE_INSTALL_ so that package managers
can choose the best location for these artifacts

As BUILD_INTERFACE requires absolute path, this means that
GODOT_GDEXTENSION_DIR needs to be an absolute path
2024-11-19 13:04:12 +00:00
..
common_compiler_flags.cmake Re-Structure cmake solution to be closer to the scons solution. 2024-09-24 16:27:28 +09:30
godotcpp.cmake Make godot-cpp installable with cmake config 2024-11-19 13:04:12 +00:00