Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ generate_export_header(projectM_api
EXPORT_FILE_NAME "${PROJECTM_EXPORT_HEADER}"
)

if(NOT BUILD_SHARED_LIBS)
target_compile_definitions(projectM_api
INTERFACE
PROJECTM_STATIC_DEFINE
)
endif()

add_library(libprojectM::API ALIAS projectM_api)


Expand Down
2 changes: 1 addition & 1 deletion vendor/projectm-eval
Loading