-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Compile vkcube and other demos, even when cross-compiling
When building software for a non-x86 processor on an x86 build machine, or building 32-bit software on a 64-bit build machine, it's still useful to compile demo programs that can be copied into the target environment and run there, even if they won't necessarily be runnable on the build machine. This also addresses a build failure when cross-compiling and attempting to leave the demos enabled: CMake Error at cube/CMakeLists.txt:274 (install): install TARGETS given target "vkcube" which does not exist. (and similar for the other demos) Resolves: #592 Signed-off-by: Simon McVittie <smcv@collabora.com>
- Loading branch information
1 parent
6e5bd86
commit e823499
Showing
1 changed file
with
35 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters