Howto setup codelite for an existing git project

I have an existing C ++ project with several source directories configured in git, but my workspace / project does not recognize existing files.

How can I automatically set up a workspace + project in codeline?

./application/abc/include      // h files
./application/abc/src          // cpp files
./application/def/include
./application/def/src          // with 15+ application subset directories.
+4
source share
1 answer

C ++ workspace does not perform automatic synchronization with the file system (only workspaces Node.jsand PHP)

, , ( , XML)

wiki ,

CodeLite , , , CodeLite ( CodeLite v9.0.0)

, , :

GIT , git .

+2

Source: https://habr.com/ru/post/1615071/


All Articles