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)
add_library(
add_executable(
nrealAirDebugD3
src/debug.c
)

View file

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