Skip to content

Commit

Permalink
SUKU test2
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Aug 24, 2024
1 parent 8fc27e9 commit 95c7185
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grid_common/host_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g") # If you're using C++
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC") # If using C++

set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie")

# add the executable
add_executable(${PROJECT_NAME} main.c unity.c ../grid_ui_encoder.c ../grid_ui.c)

0 comments on commit 95c7185

Please sign in to comment.