mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-07 16:21:18 +00:00
Add a note about headers and MacOS frameworks
This commit is contained in:
parent
8a96ec9c3a
commit
166f767767
1 changed files with 3 additions and 1 deletions
|
@ -301,8 +301,10 @@ if ( LIBFLUID_CPPFLAGS )
|
|||
PROPERTIES COMPILE_FLAGS ${LIBFLUID_CPPFLAGS} )
|
||||
endif ( LIBFLUID_CPPFLAGS )
|
||||
|
||||
# note: by default this target creates a shared object (or dll). To build a
|
||||
# Note: by default this target creates a shared object (or dll). To build a
|
||||
# static library instead, set the option BUILD_SHARED_LIBS to FALSE.
|
||||
# Further note: The headers must be explicitly added here to have CMake install
|
||||
# them correctly in case of MACOSX_FRAMEWORK
|
||||
add_library ( libfluidsynth
|
||||
$<TARGET_OBJECTS:libfluidsynth-OBJ>
|
||||
${public_main_HEADER}
|
||||
|
|
Loading…
Reference in a new issue