You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/cmake/gui-option.cmake

7 lines
171 B
CMake

set(default_build_gui OFF)
if(APPLE OR WIN32)
set(default_build_gui ON)
endif()
option(BUILD_GUI "build electron gui from 'gui' submodule source" ${default_build_gui})