Cmake construction engineering design -- cmake writing rules

Cmake commands do not distinguish between write down and write down, such as message, set and other commands; However, cmake variables are case sensitive. For a unified style, all Cmake commands this time are in lowercase, and all variables are in uppercase and underlined combination. Cmake variable The Cmake variable can be assigned with the ...

Added by Jak on Tue, 01 Feb 2022 09:31:06 +0200

Function and use of maven

First, we need to clarify the role of maven: Maven is essentially a project management tool, Abstract the project development and management process into a project object model (POM). Developers only need to make some simple configurations to complete the construction, report and document generation of the project in batches. Using remote war ...

Added by blmg911 on Sun, 26 Dec 2021 06:25:01 +0200