diff options
Diffstat (limited to 'examples/sound/cdstream/CMakeLists.txt')
| -rw-r--r-- | examples/sound/cdstream/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/sound/cdstream/CMakeLists.txt b/examples/sound/cdstream/CMakeLists.txt index e569449..d04761c 100644 --- a/examples/sound/cdstream/CMakeLists.txt +++ b/examples/sound/cdstream/CMakeLists.txt @@ -13,7 +13,10 @@ project( file(GLOB _sources *.c) psn00bsdk_add_executable(cdstream GPREL ${_sources}) -psn00bsdk_add_cd_image(cdstream_iso cdstream iso.xml DEPENDS cdstream) +psn00bsdk_add_cd_image( + cdstream_iso cdstream iso.xml + DEPENDS cdstream system.cnf stream.vag +) install( FILES |
