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:
fshstk 2022-09-30 14:38:31 +02:00
parent 1dc55a982c
commit ddf7f8538a

View File

@ -68,7 +68,7 @@ target_link_libraries(samplebrain PRIVATE
sndfile
)
target_compile_options(samplebrain
target_compile_options(samplebrain PUBLIC
-O3
-Wall
-Wno-unused