GDNative C++ with CMake on CLion

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By QuarkGameStudio

How can I write my GDNative C++ program with CMake on CLion?
I’m not good at write cmakelists
I use Clang LLVM and libstdc++
I use windows 10

I’m not good at write cmakelists

How do you work with another C++ projects then?
GDNative project is a regular C++ shared library (dll) project. Nothing special.

sash-rc | 2021-07-11 19:09