Remove dangling reference

This commit is contained in:
caskd 2019-10-10 22:58:07 +02:00
parent 5d32a0d29f
commit 12c295e8e6
No known key found for this signature in database
GPG Key ID: 79DB21404E300A27
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ cmake_minimum_required(VERSION 3.0)
project(learningc LANGUAGES C)
add_executable(learningc main.c src/1.1c)
add_executable(learningc main.c)
install(TARGETS learningc RUNTIME DESTINATION bin)