1
0
Fork 0
mirror of https://gitlab.com/niansa/execontrol.git synced 2025-03-06 20:48:26 +01:00

Update CMake file to reflect rename

This commit is contained in:
niansa 2023-02-11 16:34:07 +00:00
parent ae830312e4
commit a1bdf1a2fc

View file

@ -4,4 +4,4 @@ project(execontrol LANGUAGES C)
set(CMAKE_C_STANDARD 11)
add_executable(execontrol common.h main.c)
add_executable(execontrol_test_whitelist common.h test_whitelist.c)
add_executable(execontrol_whitelist common.h whitelist.c)