mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-29 00:27:52 +01:00
make hello2 just a normal c program
This commit is contained in:
@@ -7,8 +7,3 @@ target_include_directories(init PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
add_executable(hello2 hello2.c)
|
||||
|
||||
target_compile_options(hello2 PRIVATE -fno-exceptions -fno-rtti)
|
||||
target_link_libraries(hello2 syscalls_interface)
|
||||
|
||||
target_include_directories(hello2 PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#include "syscalls_interface.h"
|
||||
|
||||
#include "stdio.h"
|
||||
|
||||
int main() {
|
||||
|
||||
Reference in New Issue
Block a user