1 if(POLICY CMP0090) 2 cmake_policy(SET CMP0090 NEW) 3 endif() 4 5 project(obs-frontend-api) 6 7 add_library(obs-frontend-api SHARED) 8 ...
確定! 回上一頁