This commit is contained in:
realaltffour 2020-04-18 12:38:47 +03:00
parent afbcb53152
commit 3b735ad0ca
No known key found for this signature in database
GPG Key ID: 7115CD2AC9A76A56
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if (NOT CODE_COVERAGE)
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O3")
endif(NOT CODE_COVERAGE)
add_executable(fixmydl main.c)
add_executable(fixmydl src/main.c)
target_compile_options(fixmydl PUBLIC -Wall -Werror -Wno-unused-function -pedantic)
install(TARGETS fixmydl