]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
examples : include examples in msvc disable warn (#1270)
authorDaniel Bevenius <redacted>
Thu, 12 Jun 2025 10:27:09 +0000 (12:27 +0200)
committerGitHub <redacted>
Thu, 12 Jun 2025 10:27:09 +0000 (12:27 +0200)
commit08951f92af6dee49975355f3aadae83ef4678431
tree347a8f58d1cf10ffcb5c18ad213d7cb42ee40d83
parent21303b6c844e9c5d9c5078bcd63e5dc4f6001619
examples : include examples in msvc disable warn (#1270)

This commit adds the examples in the "list" of targets to ignore MSVC
warnings.

The motivation for this is that currently the examples generate a number
of warnings that are ignore/disabled for the core ggml project. This
makes for a cleaner output when building.
CMakeLists.txt