We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d6e75 commit 1619a82Copy full SHA for 1619a82
CMakeLists.txt
@@ -78,10 +78,13 @@ target_compile_options(opusfile
78
)
79
target_compile_definitions(opusfile
80
PRIVATE
81
+ OP_BUILD
82
$<$<BOOL:${OP_DISABLE_FLOAT_API}>:OP_DISABLE_FLOAT_API>
83
$<$<BOOL:${OP_FIXED_POINT}>:OP_FIXED_POINT>
84
$<$<BOOL:${OP_ENABLE_ASSERTIONS}>:OP_ENABLE_ASSERTIONS>
85
$<$<BOOL:${OP_HAVE_LRINTF}>:OP_HAVE_LRINTF>
86
+ PUBLIC
87
+ $<$<BOOL:${BUILD_SHARED_LIBS}>:OP_BUILD_SHARED>
88
89
install(TARGETS opusfile
90
EXPORT OpusFileTargets
0 commit comments