buildsystem - consistent formatting
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
|
||||
add_executable(fuzzer
|
||||
main.cpp
|
||||
Fuzzer.cpp
|
||||
Operations.cpp
|
||||
../Testing.cpp)
|
||||
add_executable(fuzzer main.cpp Fuzzer.cpp Operations.cpp ../Testing.cpp)
|
||||
|
||||
set_property(TARGET fuzzer PROPERTY CXX_STANDARD 17)
|
||||
target_link_libraries(fuzzer kddockwidgets Qt5::Widgets Qt5::Test)
|
||||
|
||||
Reference in New Issue
Block a user