This website requires JavaScript.
Explore
Help
Sign In
noxos
/
kernel
Watch
4
Star
1
Fork
You've already forked kernel
0
Code
Issues
5
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a77b8b9b14
kernel
/
CMakeLists.txt
5 lines
78 B
CMake
Raw
Normal View
History
Unescape
Escape
Changed CMake-version to be lower, but still working.
2023-03-08 18:53:39 +00:00
cmake_minimum_required
(
VERSION
3.00
)
changed name nyx_os -> nox_os
2023-01-25 11:22:27 +00:00
project
(
NoxOS
)
initial commit
2023-01-24 21:39:50 +00:00
add_subdirectory
(
kernel
)