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 cda14ac commit 277b14dCopy full SHA for 277b14d
CMakeLists.txt
@@ -83,6 +83,8 @@ target_compile_definitions(opusfile
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