> configure(npc)

ysyx_22040000 李心杨
 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
  18:22:57  up 2 days 17:23,  2 users,  load average: 1.10, 1.05, 0.90
This commit is contained in:
tracer-ysyx 2024-01-10 18:22:57 +08:00 committed by xinyangli
parent 602c9bdd2b
commit 01c708a1b7
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ find_path(NVBOARD_INCLUDE_DIR NAMES nvboard.h)
set(TOPMODULES "Keyboard")
foreach(TOPMODULE in LISTS TOPMODULES)
foreach(TOPMODULE IN LISTS TOPMODULES)
set(SCALA_CORE "${CMAKE_CURRENT_SOURCE_DIR}/core")
set(CHISEL_MODULE_CLASS "${CMAKE_PROJECT_NAME}.${TOPMODULE}")