Convert CMake files to 4 spaces indentation
This commit is contained in:
@@ -24,3 +24,7 @@ indent_size = 2
|
|||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[**/CMakeLists.txt]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,7 +22,6 @@ Makefile
|
|||||||
/src/*.log
|
/src/*.log
|
||||||
/src/*.dmp
|
/src/*.dmp
|
||||||
/src/nvr/
|
/src/nvr/
|
||||||
/src/printer/
|
|
||||||
/src/roms/
|
/src/roms/
|
||||||
/src/screenshots/
|
/src/screenshots/
|
||||||
|
|
||||||
|
@@ -1,3 +1,20 @@
|
|||||||
|
#
|
||||||
|
# 86Box A hypervisor and IBM PC system emulator that specializes in
|
||||||
|
# running old operating systems and software designed for IBM
|
||||||
|
# PC systems and compatibles from 1981 through fairly recent
|
||||||
|
# system designs based on the PCI bus.
|
||||||
|
#
|
||||||
|
# This file is part of the 86Box distribution.
|
||||||
|
#
|
||||||
|
# CMake build script.
|
||||||
|
#
|
||||||
|
# Authors: Cacodemon345
|
||||||
|
# David Hrdlička, <hrdlickadavid@outlook.com>
|
||||||
|
#
|
||||||
|
# Copyright 2021 Cacodemon345.
|
||||||
|
# Copyright 2021 David Hrdlička.
|
||||||
|
#
|
||||||
|
|
||||||
add_library(plat OBJECT unix.c)
|
add_library(plat OBJECT unix.c)
|
||||||
|
|
||||||
if (NOT CPPTHREADS)
|
if (NOT CPPTHREADS)
|
||||||
|
Reference in New Issue
Block a user