Browse Source

CLion setup: Update path and screenshot for `CMakeLists.txt` (#4490)

Anton Ivanov 4 years ago
parent
commit
f3586d755a

+ 1 - 1
development/cpp/configuring_an_ide/clion.rst

@@ -17,7 +17,7 @@ which can also be used by CLion.
 - From the CLion's welcome window choose the option to import an existing 
 - From the CLion's welcome window choose the option to import an existing 
   project. If you've already opened another project, choose **File > Open**
   project. If you've already opened another project, choose **File > Open**
   from the top menu.
   from the top menu.
-- Navigate to ``<Godot root directory>/platform/android/java/lib`` (the 
+- Navigate to ``<Godot root directory>/platform/android/java/nativeSrcsConfigs`` (the
   ``CMakeLists.txt`` file is located there) and select it (but *not* the
   ``CMakeLists.txt`` file is located there) and select it (but *not* the
   ``CMakeLists.txt`` file itself), then click **OK**.
   ``CMakeLists.txt`` file itself), then click **OK**.
 
 

BIN
development/cpp/configuring_an_ide/img/clion_1_open.png