We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedfdaf commit d4fd7beCopy full SHA for d4fd7be
extension/apple/CMakeLists.txt
@@ -18,7 +18,7 @@ endif()
18
19
add_library(extension_apple)
20
21
-set(EXPORTED_SOURCES ExecuTorch/Exported/ExecuTorchLog.mm)
+file(GLOB EXPORTED_SOURCES ExecuTorch/Exported/*.m ExecuTorch/Exported/*.mm)
22
23
target_sources(extension_apple PRIVATE ${EXPORTED_SOURCES})
24
0 commit comments