mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-11 03:25:25 +02:00
CI bugfix and refactoring
This commit is contained in:
@ -5,9 +5,9 @@ if (USE_INTERNAL_LIBCORRECT)
|
||||
add_subdirectory("libcorrect/")
|
||||
endif (USE_INTERNAL_LIBCORRECT)
|
||||
|
||||
if (USE_DOTAPP_DEFAULTS)
|
||||
add_definitions(-DMACOS_DOTAPP)
|
||||
endif (USE_DOTAPP_DEFAULTS)
|
||||
if (USE_BUNDLE_DEFAULTS)
|
||||
add_definitions(-DIS_MACOS_BUNDLE)
|
||||
endif (USE_BUNDLE_DEFAULTS)
|
||||
|
||||
# Main code
|
||||
file(GLOB_RECURSE SRC "src/*.cpp" "src/*.c")
|
||||
|
Reference in New Issue
Block a user