CMakeLists: Normalize whitespace

Normalizes tabs to spaces to follow our codebase's indentation style.
This commit is contained in:
Lioncash
2017-03-01 07:43:43 -05:00
parent e375c96693
commit ee61bd6f2e
17 changed files with 1348 additions and 1317 deletions

View File

@ -1,7 +1,9 @@
set(SRCS CommandLineParse.cpp
Disassembler.cpp
UICommon.cpp
USBUtils.cpp)
set(SRCS
CommandLineParse.cpp
Disassembler.cpp
UICommon.cpp
USBUtils.cpp
)
set(LIBS common cpp-optparse)
if(LIBUSB_FOUND)