Add logging switches to cmake
This commit is contained in:
@@ -12,3 +12,11 @@ function(adaptive_brightness_enable_warnings target)
|
||||
target_compile_options(${target} PRIVATE /W3)
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
function(adaptive_brightness_enable_source_file_log target)
|
||||
target_compile_definitions(${target} PUBLIC LOG_SOURCE_LOCATION)
|
||||
endfunction()
|
||||
|
||||
function(adaptive_brightness_enable_function_name_log target)
|
||||
target_compile_definitions(${target} PUBLIC LOG_FUNCTION_LOCATION)
|
||||
endfunction()
|
||||
|
||||
Reference in New Issue
Block a user