Skip to content

Commit 7d6af16

Browse files
author
Sascha Brandt
committed
fixed install
1 parent b5b8879 commit 7d6af16

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ install(FILES
4343
)
4444

4545
install(FILES
46-
AbstractSoundStreamer.h
47-
Serialization.h
48-
StreamerFLAC.h
49-
StreamerMP3.h
50-
StreamerWAV.h
46+
Serialization/AbstractAudioStreamer.h
47+
Serialization/Serialization.h
48+
Serialization/StreamerFLAC.h
49+
Serialization/StreamerMP3.h
50+
Serialization/StreamerWAV.h
5151
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/Sound/Serialization
5252
COMPONENT headers
5353
)

0 commit comments

Comments
 (0)