Added config file parser and meson script

Includes style fixes
This commit is contained in:
Martijn Braam
2020-01-23 23:04:36 +01:00
parent f40f17a588
commit 94d437df30
7 changed files with 590 additions and 249 deletions

View File

@@ -15,5 +15,5 @@ LINK_DIRECTORIES(${GTK3_LIBRARY_DIRS})
# Add other flags to the compiler
ADD_DEFINITIONS(${GTK3_CFLAGS_OTHER})
add_executable(GTKCamera main.c)
add_executable(GTKCamera main.c ini.c ini.h)
target_link_libraries(GTKCamera ${GTK3_LIBRARIES})