mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
7 lines
128 B
CMake
7 lines
128 B
CMake
|
function(configure_app_os_specific)
|
||
|
|
||
|
set_target_properties(${PROJECT_NAME} PROPERTIES
|
||
|
WIN32_EXECUTABLE TRUE
|
||
|
)
|
||
|
|
||
|
endfunction()
|