diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-04-04 01:09:50 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-04-04 01:09:50 +0200 |
| commit | fd846206ae9419af5ed227989b3ad49b541a823c (patch) | |
| tree | ca0907b559548b399759a2370d566e6deb825525 /template | |
| parent | 8e3a757d4d7d5dfc62f69ce4ede08f1cf79e3461 (diff) | |
| download | psn00bsdk-fd846206ae9419af5ed227989b3ad49b541a823c.tar.gz | |
Add missing CD image dependencies to CMake scripts
Diffstat (limited to 'template')
| -rw-r--r-- | template/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | template/iso.xml | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/template/CMakeLists.txt b/template/CMakeLists.txt index a3399db..e665c7e 100644 --- a/template/CMakeLists.txt +++ b/template/CMakeLists.txt @@ -17,5 +17,5 @@ psn00bsdk_add_cd_image( iso # Target name template # Output file name (= template.bin + template.cue) iso.xml # Path to config file - DEPENDS template + DEPENDS template system.cnf ) diff --git a/template/iso.xml b/template/iso.xml index 29fbd2d..96ea23a 100644 --- a/template/iso.xml +++ b/template/iso.xml @@ -6,10 +6,7 @@ a file from the source tree, you'll have to prepend its path with ${PROJECT_SOURCE_DIR}. --> -<iso_project - image_name="${CD_IMAGE_NAME}.bin" - cue_sheet="${CD_IMAGE_NAME}.cue" -> +<iso_project> <track type="data"> <!-- The "volume", "volume_set", "publisher", "data_preparer" and |
