mirror of https://gitee.com/cxasm/notepad--.git
6 lines
77 B
CMake
6 lines
77 B
CMake
|
# macos-universal.cmake
|
||
|
|
||
|
if(USE_MACOS_UNIVERSAL)
|
||
|
|
||
|
endif(USE_MACOS_UNIVERSAL)
|