Skip to content

Commit e1542dd

Browse files
committed
Fix CMakeLists.txt
1 parent 5ff175a commit e1542dd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
*.out
3232
*.app
3333

34+
*.cbp
35+
36+
/.idea/
37+
/build_release/
3438
/build/CMakeFiles/
3539
/build/CMakeCache.txt
3640
/build/Makefile

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ set(HEADERS
2020
"${INCLUDE_DIR}/audio_buffer.h"
2121
"${INCLUDE_DIR}/audio_source.h"
2222
"${INCLUDE_DIR}/audio_system.h"
23+
"${INCLUDE_DIR}/audio_listener.h"
2324
"${INCLUDE_DIR}/file_system.h"
2425
)
2526

@@ -40,6 +41,7 @@ set(SOURCE_EXE
4041
"${SOURCE_DIR}/audio_system.cpp"
4142
"${SOURCE_DIR}/audio_source.cpp"
4243
"${SOURCE_DIR}/audio_buffer.cpp"
44+
"${SOURCE_DIR}/audio_listener.cpp"
4345
"${SOURCE_DIR}/file_system.cpp"
4446
"${SOURCE_DIR}/main.cpp"
4547
)

0 commit comments

Comments
 (0)