this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Missing CMakeLists.txt must trigger an error

+3
+3
CMakeLists.txt
··· 67 67 68 68 FindDsymutil() 69 69 70 + # Missing CMakeLists.txt must trigger an error 71 + cmake_policy(SET CMP0014 NEW) 72 + 70 73 add_subdirectory(src) 71 74 72 75 install(DIRECTORY DESTINATION libexec/darling/private)