4 lines
100 B
CMake
4 lines
100 B
CMake
if(ICE40_HX1K_ONLY)
|
|
target_compile_definitions(gui_${family} PRIVATE ICE40_HX1K_ONLY=1)
|
|
endif()
|