Make examples executables

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2023-04-05 23:08:26 +02:00
parent 898fe12180
commit 17f944ae5e
No known key found for this signature in database
GPG Key ID: D850A5F772E880F9
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ project(nrealAirDebugD3 C)
set(CMAKE_C_STANDARD 17) set(CMAKE_C_STANDARD 17)
add_library( add_executable(
nrealAirDebugD3 nrealAirDebugD3
src/debug.c src/debug.c
) )

View File

@ -3,7 +3,7 @@ project(nrealAirDebugD4 C)
set(CMAKE_C_STANDARD 17) set(CMAKE_C_STANDARD 17)
add_library( add_executable(
nrealAirDebugD4 nrealAirDebugD4
src/debug.c src/debug.c
) )