[M] Split macros

This commit is contained in:
Hykilpikonna
2023-03-25 19:40:06 -04:00
parent 96474926e0
commit 4d975caf40
3 changed files with 16 additions and 8 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_C_COMPILER_WORKS 1)
set(CMAKE_CXX_COMPILER_WORKS 1)
project("untitled" C CXX)
project("firmware" C CXX)
include(CMakeListsPrivate.txt)
@@ -30,4 +30,4 @@ add_custom_target(
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
add_executable(Z_DUMMY_TARGET ${SRC_LIST})
add_executable(Z_DUMMY_TARGET ${SRC_LIST} src/macros.h)