Added class CpuConfig.
This commit is contained in:
parent
66d62de681
commit
dd875c7c37
10 changed files with 233 additions and 133 deletions
7
src/backend/cpu/cpu.cmake
Normal file
7
src/backend/cpu/cpu.cmake
Normal file
|
@ -0,0 +1,7 @@
|
|||
set(HEADERS_CPU
|
||||
src/backend/cpu/CpuConfig.h
|
||||
)
|
||||
|
||||
set(SOURCES_CPU
|
||||
src/backend/cpu/CpuConfig.cpp
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue