Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCompez committed Oct 30, 2022
1 parent d2ded3f commit 099689e
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@ A template for modern C++ projects with useful features for developing cross-pla
## Cross-Platform project structure based on CMake ##
This repository is a modern project template based on C++ and CMake build tool.

> Note : This template is not yet complete and conceptually under development.
[![forthebadge](https://forthebadge.com/images/badges/made-with-c-plus-plus.svg)](https://forthebadge.com)

## Supported platforms:

- [x] macOS
- [x] Windows
- [x] Linux
- [ ] freeBSD
- [x] freeBSD
- [ ] OpenBSD
- [ ] NetBSD
- [ ] iOS
- [x] iOS
- [ ] watchOS
- [x] Android

Expand All @@ -35,7 +33,7 @@ This repository is a modern project template based on C++ and CMake build tool.
## Building

- You need CMake tool for building source code
- CMake 3.18 or higher is required.
- CMake 3.23 or higher is required.

```
cd build
Expand Down Expand Up @@ -74,11 +72,6 @@ cmake .. -DUSE_BOOST=true
cmake .. -DUSE_QT=true
```

- Set Platform os type [macOS, Windows, Linux, iOS, Android]
```
cmake .. -DPLATFORM_OS=macOS
```

- Include UI
```
cmake .. -DHAS_USER_INTERFACE=true
Expand Down Expand Up @@ -278,8 +271,8 @@ project(
-- DEVELOPER :
-- PROJECT_PROJECT :
-- PROJECT_TARGET : ProjectTemplate
-- PROJECT_VERSION : 0.5.432
-- PROJECT_VERSION_TYPE : pre-alpha
-- PROJECT_VERSION : 1.0.2.0
-- PROJECT_VERSION_TYPE : final
-- ------ ProjectTemplate Building Configuration ------
-- PROJECT_BUILD_SHARED :
-- PROJECT_VERSION_TAG_HEX : 0x00000000
Expand Down

0 comments on commit 099689e

Please sign in to comment.