git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1740 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
11 lines
290 B
CMake
11 lines
290 B
CMake
#### Add some custom targets for T32
|
|
if(BUILD_T32)
|
|
|
|
message(STATUS "[${PROJECT_NAME}] Building T32 variant ...")
|
|
SET(VARIANT t32)
|
|
|
|
# make sure aspects don't fail to match in entry.cc
|
|
include_directories(${PROJECT_SOURCE_DIR}/src/core ${CMAKE_BINARY_DIR}/src/core)
|
|
|
|
endif(BUILD_T32)
|