-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from 32blit/cmake-minimum-maximum
Specify a max version in cmake_minimum_required
- Loading branch information
Showing
35 changed files
with
46 additions
and
46 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (audio-test) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
blit_executable (audio-test audio-test.cpp) | ||
blit_metadata (audio-test metadata.yml) | ||
blit_metadata (audio-test metadata.yml) |
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
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (palette-cycle) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
blit_executable (palette-cycle palette-cycle.cpp) | ||
blit_assets_yaml (palette-cycle assets.yml) | ||
blit_metadata (palette-cycle metadata.yml) | ||
blit_metadata (palette-cycle metadata.yml) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (palette-swap) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
blit_executable (palette-swap palette-swap.cpp) | ||
blit_assets_yaml (palette-swap assets.yml) | ||
blit_metadata (palette-swap metadata.yml) | ||
blit_metadata (palette-swap metadata.yml) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (particle) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
blit_executable (particle particle.cpp) | ||
blit_metadata (particle metadata.yml) | ||
blit_metadata (particle metadata.yml) |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (profiler-test) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
blit_executable (profiler-test profiler-test.cpp) | ||
blit_metadata (profiler-test metadata.yml) | ||
blit_metadata (profiler-test metadata.yml) |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (saves) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
|
||
blit_executable (saves saves.cpp) | ||
blit_metadata (saves metadata.yml) | ||
blit_metadata (saves metadata.yml) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (serial-debug) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
blit_executable (serial-debug serial-debug.cpp) | ||
blit_metadata (serial-debug metadata.yml) | ||
blit_metadata (serial-debug metadata.yml) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (sprite-test) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
blit_executable (sprite-test sprite-test.cpp) | ||
blit_assets_yaml (sprite-test assets.yml) | ||
blit_metadata (sprite-test metadata.yml) | ||
blit_metadata (sprite-test metadata.yml) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (tilemap-test) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
blit_executable (tilemap-test tilemap-test.cpp) | ||
blit_assets_yaml (tilemap-test assets.yml) | ||
blit_metadata (tilemap-test metadata.yml) | ||
blit_metadata (tilemap-test metadata.yml) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (timer-test) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
blit_executable (timer-test timer-test.cpp) | ||
blit_metadata (timer-test metadata.yml) | ||
blit_metadata (timer-test metadata.yml) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cmake_minimum_required(VERSION 3.9) | ||
cmake_minimum_required(VERSION 3.9...3.26) | ||
project (tunnel) | ||
find_package (32BLIT CONFIG REQUIRED PATHS ../..) | ||
blit_executable (tunnel tunnel.cpp) | ||
blit_assets_yaml(tunnel assets.yml) | ||
blit_metadata (tunnel metadata.yml) | ||
blit_metadata (tunnel metadata.yml) |
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
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
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
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