diff options
| author | hathach <[email protected]> | 2021-01-26 12:46:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-26 12:46:24 +0700 |
| commit | 4a0f5cbd6332a9ae76dc2eea293024fab2c81885 (patch) | |
| tree | 3df25ecc15aba93ff5232b3e25a649411466bddd /examples/device/audio_test | |
| parent | 0e585570a38d4bd04bc907386ef7012f6e9222a9 (diff) | |
change output filename to BOARD-Directory
Diffstat (limited to 'examples/device/audio_test')
| -rw-r--r-- | examples/device/audio_test/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/device/audio_test/CMakeLists.txt b/examples/device/audio_test/CMakeLists.txt index 99ee77bd3..645d57157 100644 --- a/examples/device/audio_test/CMakeLists.txt +++ b/examples/device/audio_test/CMakeLists.txt @@ -1,5 +1,6 @@ -# use directory name for project id +# use BOARD-Directory name for project id get_filename_component(PROJECT ${CMAKE_CURRENT_SOURCE_DIR} NAME) +set(PROJECT ${BOARD}-${PROJECT}) # TOP is absolute path to root directory of TinyUSB git repo set(TOP "../../..") |
