Skip to content

Commit

Permalink
Fix CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvk committed Nov 13, 2018
1 parent 5ff175a commit e1542dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
*.out
*.app

*.cbp

/.idea/
/build_release/
/build/CMakeFiles/
/build/CMakeCache.txt
/build/Makefile
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ set(HEADERS
"${INCLUDE_DIR}/audio_buffer.h"
"${INCLUDE_DIR}/audio_source.h"
"${INCLUDE_DIR}/audio_system.h"
"${INCLUDE_DIR}/audio_listener.h"
"${INCLUDE_DIR}/file_system.h"
)

Expand All @@ -40,6 +41,7 @@ set(SOURCE_EXE
"${SOURCE_DIR}/audio_system.cpp"
"${SOURCE_DIR}/audio_source.cpp"
"${SOURCE_DIR}/audio_buffer.cpp"
"${SOURCE_DIR}/audio_listener.cpp"
"${SOURCE_DIR}/file_system.cpp"
"${SOURCE_DIR}/main.cpp"
)
Expand Down

0 comments on commit e1542dd

Please sign in to comment.