mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
page improvements
This commit is contained in:
@@ -23,3 +23,4 @@ css-serve:
|
|||||||
# clean
|
# clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
|
rm -rf html-only/public
|
||||||
@@ -28,7 +28,7 @@ and various features.
|
|||||||
|
|
||||||
## What is CMake?
|
## What is CMake?
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
CMake stands for Cross-platform Make. Normally, a build tool like Make
|
CMake stands for Cross-platform Make. Normally, a build tool like Make
|
||||||
will parse a configuration file (Makefile) that contains all the
|
will parse a configuration file (Makefile) that contains all the
|
||||||
@@ -51,7 +51,7 @@ again: just remove the build directory and you are done.
|
|||||||
|
|
||||||
## CMake Syntax
|
## CMake Syntax
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
CMake unlike Make is a configuration language itself. CMake supplies a
|
CMake unlike Make is a configuration language itself. CMake supplies a
|
||||||
rich library of inherent functions as well as common programming
|
rich library of inherent functions as well as common programming
|
||||||
|
|||||||
Reference in New Issue
Block a user