1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2025-07-11 04:09:22 +00:00

Premier test fonctionnel

This commit is contained in:
2017-05-16 01:33:36 +02:00
parent 209c36e7fd
commit e9e19fbf61
5 changed files with 18 additions and 20 deletions

View File

@ -4,5 +4,5 @@ project(fish_shell)
set(CMAKE_C_STANDARD 99)
set(CMAKE_C_FLAGS "-Wall -Werror -pedantic -fpic -Wextra -Wshadow")
set(SOURCE_FILES main.c fish_core.c fish_core.h fish_commands.c fish_commands.h fish_types.h fish_utils.c fish_utils.h fish_globbing.c fish_globbing.h)
add_executable(fish ${SOURCE_FILES})
file(GLOB SOURCE_FILES *)
add_executable(fish ${SOURCE_FILES})