https://github.com/tarc/cmake_example
https://github.com/tarc/cmake_example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarc/cmake_example
- Owner: tarc
- Created: 2020-04-22T13:34:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T13:55:57.000Z (about 6 years ago)
- Last Synced: 2025-03-11T08:51:07.601Z (over 1 year ago)
- Language: Batchfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmake_example
Install [Git](https://git-scm.com/download/win) and [CMake](https://cmake.org/download/) and issue the following in a windows cmd:
```bat
git clone https://github.com/tarc/cmake_example.git
cd cmake_example
git submodule update --init
gen
build
run
```
This is supposed to produce the following output:
```text
Microsoft(R) Build Engine versão 16.5.0+d4cbfca49 para .NET Framework
Copyright (C) Microsoft Corporation. Todos os direitos reservados.
cmake_test.vcxproj -> XXX\cmake_example\build\Debug\cmake_test.exe
Tool mayabatch.exe has timeout 40
Tool meshbuilder_*.exe has timeout 10
Building Custom Rule XXX/cmake_example/CMakeLists.txt
```
Observe that the lines:
```text
Tool mayabatch.exe has timeout 40
Tool meshbuilder_*.exe has timeout 10
```
are the output of `main.cpp`.