Merged master into interface
This commit is contained in:
+2
-2
@@ -9,7 +9,6 @@ project(ModManager)
|
||||
|
||||
|
||||
set(SOURCES
|
||||
src/main.c
|
||||
src/steam.c
|
||||
src/install.c
|
||||
src/overlayfs.c
|
||||
@@ -24,7 +23,8 @@ set(SOURCES
|
||||
)
|
||||
|
||||
# add the executable
|
||||
add_executable(ModManager ${SOURCES})
|
||||
add_executable(ModManager src/main.c ${SOURCES})
|
||||
|
||||
add_compile_options(-Wall -Wextra -pedantic -Werror)
|
||||
|
||||
find_package(PkgConfig REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user