2 Commits

Author SHA1 Message Date
Philip Whitfield
468dab8f01 Update CMakeLists.txt
changes so this cmake file can be used as a subdirectory
```
add_subdirectory(godot-cpp)

project(project-name)
add_library(project-name SHARED src/init.cpp)
target_link_libraries(project-name godot-cpp)
```
2019-04-11 11:56:42 +02:00
Acclution
7a22fd0a78 Updated cmake to the new nativescript 1.1 2018-12-02 22:14:26 +01:00