20.10.2013 - Modified PIObject - virtual debugName() for macro piCoutObj, improved timer measurements and timers on Windows
This commit is contained in:
@@ -68,7 +68,10 @@ else ()
|
||||
add_definitions("-ftemplate-depth-32")
|
||||
add_library(pip STATIC ${CPPS})
|
||||
else ()
|
||||
list(APPEND LIBS pthread rt)
|
||||
list(APPEND LIBS pthread)
|
||||
if (NOT APPLE)
|
||||
list(APPEND LIBS rt)
|
||||
endif()
|
||||
add_definitions("-Wall -g3")
|
||||
add_library(pip SHARED ${CPPS})
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user