Rephrasing

master
Nikolas 4 년 전
부모
커밋
4c0653f48f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Working-with-CMake.md

+ 1
- 1
Working-with-CMake.md

@ -1,5 +1,5 @@
## Requiring raylib to be installed
If you know that anyone who builds your project, has raylib already installed, a simple `CMakeLists.txt` could look like this:
If you installed raylib with a package manager, or used `make install`, a simple `CMakeLists.txt` could look like this:
```cmake
cmake_minimum_required(VERSION 3.15)
project(my_project)

불러오는 중...
취소
저장