mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-28 20:28:46 +00:00
CMakeLists: Normalize whitespace
Normalizes tabs to spaces to follow our codebase's indentation style.
This commit is contained in:
parent
e375c96693
commit
ee61bd6f2e
17 changed files with 1348 additions and 1317 deletions
|
@ -20,18 +20,18 @@ add_definitions(-D__STDC_LIMIT_MACROS)
|
|||
add_definitions(-D__STDC_CONSTANT_MACROS)
|
||||
|
||||
macro(add_dolphin_library lib srcs libs)
|
||||
add_library(${lib} STATIC ${srcs})
|
||||
target_link_libraries(${lib} PUBLIC ${libs})
|
||||
add_library(${lib} STATIC ${srcs})
|
||||
target_link_libraries(${lib} PUBLIC ${libs})
|
||||
endmacro()
|
||||
|
||||
add_subdirectory(Core)
|
||||
if (ANDROID)
|
||||
add_subdirectory(Android/jni)
|
||||
add_subdirectory(Android/jni)
|
||||
endif()
|
||||
add_subdirectory(UnitTests)
|
||||
|
||||
if (DSPTOOL)
|
||||
add_subdirectory(DSPTool)
|
||||
add_subdirectory(DSPTool)
|
||||
endif()
|
||||
|
||||
# TODO: Add DSPSpy. Preferably make it option() and cpack component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue