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…
Reference in New Issue