Files
fail/simulators/ovp/test1/CMakeLists.txt
hsc f9c96ddf2d prefix internal libraries to avoid naming conflicts with system libraries
This is a precaution to avoid current and future naming conflicts with
common system libraries.  libutil (part of libc) is the first, but probably
not the last example that already caused trouble twice.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1614 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
2012-09-12 07:52:30 +00:00

14 lines
423 B
CMake

add_definitions(" -m32 ${IMPERAS_VMIINC} ")
set(SRCS
$ENV{IMPERAS_HOME}/ImpPublic/source/host/icm/icmCpuManager.cpp
platform/flakyMemory.cpp
platform/beforeInstruction.cpp
platform/platform.cpp
)
add_executable(ovp ${SRCS})
add_dependencies(ovp fail-comm)
target_link_libraries(ovp ${SIM_LDFLAGS} )
## OVP links all needed shared libraries via a runtimeloader
set_target_properties(ovp PROPERTIES LINK_FLAGS " -m32 ")