1
0
Fork 0
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:
Steffen Vogel 2018-12-02 02:51:14 +01:00
parent 213e04d851
commit 596b6ad3fd

View file

@ -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}