File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ target_link_libraries(astro8 m ${SDL2_LIBRARIES} ${SDL2_MIXER_LIBRARIES})
20
20
file (COPY ${CMAKE_CURRENT_SOURCE_DIR} /../char_set_memtape
21
21
DESTINATION ${CMAKE_CURRENT_BINARY_DIR} )
22
22
23
- file (COPY ${CMAKE_CURRENT_SOURCE_DIR} /x64/Release/high .wav
23
+ file (COPY ${CMAKE_CURRENT_SOURCE_DIR} /x64/Release/noise .wav
24
24
DESTINATION ${CMAKE_CURRENT_BINARY_DIR} )
25
25
26
- file (COPY ${CMAKE_CURRENT_SOURCE_DIR} /x64/Release/medium .wav
26
+ file (COPY ${CMAKE_CURRENT_SOURCE_DIR} /x64/Release/square .wav
27
27
DESTINATION ${CMAKE_CURRENT_BINARY_DIR} )
28
28
29
- file (COPY ${CMAKE_CURRENT_SOURCE_DIR} /x64/Release/low .wav
29
+ file (COPY ${CMAKE_CURRENT_SOURCE_DIR} /x64/Release/triangle .wav
30
30
DESTINATION ${CMAKE_CURRENT_BINARY_DIR} )
You can’t perform that action at this time.
0 commit comments