mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tsc: compile only on x86_64
This commit is contained in:
parent
213e04d851
commit
596b6ad3fd
1 changed files with 4 additions and 1 deletions
|
@ -32,10 +32,13 @@ add_executable(unit-tests-common
|
|||
list.cpp
|
||||
task.cpp
|
||||
timing.cpp
|
||||
tsc.cpp
|
||||
utils.cpp
|
||||
)
|
||||
|
||||
if(ARCH STREQUAL "x86_64")
|
||||
list(APPEND TEST_SRC tsc.cpp)
|
||||
endif()
|
||||
|
||||
target_include_directories(unit-tests-common PUBLIC
|
||||
${PROJECT_SOURCE_DIR}/include
|
||||
${CRITERION_INCLUDE_DIRS}
|
||||
|
|
Loading…
Add table
Reference in a new issue