mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2026-06-18 20:51:36 +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:
@@ -68,7 +68,7 @@ target_link_libraries(samplebrain PRIVATE
|
||||
sndfile
|
||||
)
|
||||
|
||||
target_compile_options(samplebrain
|
||||
target_compile_options(samplebrain PUBLIC
|
||||
-O3
|
||||
-Wall
|
||||
-Wno-unused
|
||||
|
||||
Reference in New Issue
Block a user