Minor changes
This commit is contained in:
parent
5cbd21af51
commit
92925097f0
2 changed files with 3 additions and 3 deletions
|
|
@ -13,6 +13,6 @@ indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{ttl,ttl.in,sh,yml}]
|
[*.{ttl,in,sh,yml}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@ set (LV2PLUGIN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib/lv2" CACHE STRING
|
||||||
|
|
||||||
# On macOS add the needed directories for both library and jack client
|
# On macOS add the needed directories for both library and jack client
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
include_directories (SYSTEM /usr/local/opt/libsndfile/include)
|
include_directories (SYSTEM /usr/local/opt/libsndfile/include)
|
||||||
link_directories (/usr/local/opt/libsndfile/lib)
|
link_directories (/usr/local/opt/libsndfile/lib)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option (ENABLE_LTO "Enable Link Time Optimization [default: ON]" ON)
|
option (ENABLE_LTO "Enable Link Time Optimization [default: ON]" ON)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue