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
This commit is contained in:
@ -44,7 +44,7 @@ endif(BUILD_BOCHS)
|
||||
## Additional Compiler flags ##
|
||||
set(CMAKE_C_FLAGS "-g -Wall")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}")
|
||||
## Tell the linker where to find the libfail.a
|
||||
## Tell the linker where to find the Fail* libraries
|
||||
link_directories("${LIBRARY_OUTPUT_PATH}")
|
||||
|
||||
# Add "simulators"-directory to the include path. This allows
|
||||
|
||||
Reference in New Issue
Block a user