Checking if travis has IPO using CXX compilers
This commit is contained in:
parent
8872075102
commit
f483fd70e4
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ set (LV2PLUGIN_TTL_SRC_FILES
|
|||
${PROJECT_NAME}.ttl.in
|
||||
)
|
||||
add_library (${LV2PLUGIN_PRJ_NAME} SHARED ${PROJECT_NAME}.c ${LV2PLUGIN_TTL_SRC_FILES})
|
||||
set_source_files_properties(${PROJECT_NAME}.c LANGUAGE CXX)
|
||||
target_link_libraries (${LV2PLUGIN_PRJ_NAME} ${PROJECT_NAME}::${PROJECT_NAME})
|
||||
|
||||
# Fetch required LV2 include files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue