Make examples executables
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
898fe12180
commit
17f944ae5e
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue