3 lines
231 B
CMake
3 lines
231 B
CMake
|
function(configure_app_os_specific TARGET_ARG URL_ORGANIZATION_NAME DOMAIN_ARG VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
|
||
|
# Noting here for now; helps simplifying main setup by removing platform if/else conditions
|
||
|
endfunction()
|