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:
parent
ae830312e4
commit
a1bdf1a2fc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue