Fix mismatched interfaces when building and using VSTGUI
This commit is contained in:
parent
b131f42040
commit
a20da028b5
1 changed files with 2 additions and 2 deletions
|
|
@ -194,11 +194,11 @@ else()
|
|||
endif()
|
||||
|
||||
if(${CMAKE_BUILD_TYPE} MATCHES "Debug")
|
||||
target_compile_definitions(sfizz-vstgui PRIVATE "DEVELOPMENT")
|
||||
target_compile_definitions(sfizz-vstgui PUBLIC "DEVELOPMENT")
|
||||
endif()
|
||||
|
||||
if(${CMAKE_BUILD_TYPE} MATCHES "Release")
|
||||
target_compile_definitions(sfizz-vstgui PRIVATE "RELEASE")
|
||||
target_compile_definitions(sfizz-vstgui PUBLIC "RELEASE")
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue