mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
CMake: Apply editorconfig formatting
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
set(SRCS
|
||||
cpp-optparse/OptionParser.cpp
|
||||
cpp-optparse/OptionParser.h
|
||||
cpp-optparse/OptionParser.cpp
|
||||
cpp-optparse/OptionParser.h
|
||||
)
|
||||
|
||||
add_library(cpp-optparse STATIC ${SRCS})
|
||||
@@ -10,5 +10,5 @@ dolphin_disable_warnings(cpp-optparse)
|
||||
|
||||
target_include_directories(cpp-optparse
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cpp-optparse
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cpp-optparse
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user