BuildSystem: Cleanup cmake code

The buildsystem is kind of a mess. I will be writingn build
instructions soon.
This commit is contained in:
Bananymous
2023-04-06 12:36:18 +03:00
parent 8a8793fd2d
commit 2a8dc58b6a
2 changed files with 8 additions and 6 deletions

View File

@@ -150,3 +150,4 @@ add_custom_command(
)
set(CMAKE_CXX_LINK_EXECUTABLE "${CMAKE_CXX_COMPILER} <CMAKE_CXX_LINK_FLAGS> <FLAGS> <LINK_FLAGS> -o <TARGET> ${CMAKE_CURRENT_BINARY_DIR}/crti.o ${CMAKE_CURRENT_BINARY_DIR}/crtbegin.o <OBJECTS> ${CMAKE_CURRENT_BINARY_DIR}/crtend.o ${CMAKE_CURRENT_BINARY_DIR}/crtn.o -lgcc ")