Anton
V.
Projects and
blogs
Random
Code
editors
CMake Editor
CMake Editor
A simple online editor for CMake scripts.
CMakeLists.txt
— CMake Editor
File
New...
Open...
Save
Save as...
Reload
Edit
Copy all content to clipboard
Clear content
View
Line numbers
Word wrap
cmake_minimum_required(VERSION 3.10) project(HelloWorld) add_executable(hello hello.cpp)
1
cmake_minimum_required
(VERSION 3.10)
2
3
project
(HelloWorld)
4
5
add_executable
(hello hello.cpp)
CMake Editor