Make examples executables
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
898fe12180
commit
17f944ae5e
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ project(nrealAirDebugD3 C)
|
|||
|
||||
set(CMAKE_C_STANDARD 17)
|
||||
|
||||
add_library(
|
||||
add_executable(
|
||||
nrealAirDebugD3
|
||||
src/debug.c
|
||||
)
|
||||
|
|
|
@ -3,7 +3,7 @@ project(nrealAirDebugD4 C)
|
|||
|
||||
set(CMAKE_C_STANDARD 17)
|
||||
|
||||
add_library(
|
||||
add_executable(
|
||||
nrealAirDebugD4
|
||||
src/debug.c
|
||||
)
|
||||
|
|
Reference in a new issue