mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00

* Introduce cmake scripts - CMake scripts - Add gitignore related to cmake - run code checker: clang-tidy, clazy, and IWYU Signed-off-by: Hiroshi Miura <miurahr@linux.com> * Add cpp for header only class Signed-off-by: Hiroshi Miura <miurahr@linux.com> * cmake: Add packaging feature Signed-off-by: Hiroshi Miura <miurahr@linux.com> * cmake: add VS2017 config Signed-off-by: Hiroshi Miura <miurahr@linux.com> * cmake: update Qt5 default path Signed-off-by: Hiroshi Miura <miurahr@linux.com> * cmake: improve cpack script Signed-off-by: Hiroshi Miura <miurahr@linux.com> * cmake: cosmetic change Signed-off-by: Hiroshi Miura <miurahr@linux.com> * cmake: fix cpack appimage builder error Signed-off-by: Hiroshi Miura <miurahr@linux.com> * cmake: Support Qt IFW installer builder Signed-off-by: Hiroshi Miura <miurahr@linux.com> * changelog: amend about cmake build system Signed-off-by: Hiroshi Miura <miurahr@linux.com>
17 lines
542 B
JSON
17 lines
542 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "x64-Debug",
|
|
"generator": "Ninja",
|
|
"configurationType": "RelWithDebInfo",
|
|
"inheritEnvironments": [
|
|
"msvc_x64_x64"
|
|
],
|
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
|
"installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
|
"cmakeCommandArgs": "-DQt5_DIR=c:\\Qt\\Qt5.9.7\\5.9.7\\msvc2017_64\\lib\\cmake\\Qt5\\",
|
|
"buildCommandArgs": "-v",
|
|
"ctestCommandArgs": ""
|
|
}
|
|
]
|
|
} |