Skip to content

Commit ccbe9fa

Browse files
sndpp: remove precompiled headers
1 parent 4f24f4a commit ccbe9fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sndpp/_sndpp.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
add_pretty_parser(sndpp
2-
PRECOMPILED_HEADERS
2+
SOURCES
33
"${CMAKE_CURRENT_SOURCE_DIR}/include/sndpp/RIFF.h"
44
"${CMAKE_CURRENT_SOURCE_DIR}/include/sndpp/sndpp.h"
55
"${CMAKE_CURRENT_SOURCE_DIR}/include/sndpp/WAV.h"
66
"${CMAKE_CURRENT_SOURCE_DIR}/include/sndpp/XWV.h"
7-
SOURCES
87
"${CMAKE_CURRENT_LIST_DIR}/RIFF.cpp"
98
"${CMAKE_CURRENT_LIST_DIR}/WAV.cpp"
109
"${CMAKE_CURRENT_LIST_DIR}/XWV.cpp")

0 commit comments

Comments
 (0)