mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 10:37:20 +00:00
Fix CMakeLists syntax
target_compile_options requires the PUBLIC/PRIVATE keyword. I don't know why the qmake2cmake script doesn't provide the correct syntax here...
This commit is contained in:
parent
1dc55a982c
commit
ddf7f8538a
@ -68,7 +68,7 @@ target_link_libraries(samplebrain PRIVATE
|
||||
sndfile
|
||||
)
|
||||
|
||||
target_compile_options(samplebrain
|
||||
target_compile_options(samplebrain PUBLIC
|
||||
-O3
|
||||
-Wall
|
||||
-Wno-unused
|
||||
|
Loading…
x
Reference in New Issue
Block a user