-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option (PD_BUILD_STATIC_OBJECTS) to build static objects (for plu…
…gdata|libpd|pd4web and others). When set PD_BUILD_STATIC_OBJECTS=ON, pd.cmake compiles static libraries for the objects. It can be useful when using libpd for standalone apps like plugdata, Emscripten (like pd4web), and others. The list for all the objects compiled for project can be acessed using ``` cmake get_property(all_static_targets GLOBAL PROPERTY "${PROJECT_NAME}_STATIC_LIBRARIES") target_link_libraries(MyApp PRIVATE all_static_targets) ```
- Loading branch information
1 parent
8cd3048
commit f576ddb
Showing
1 changed file
with
46 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters