7.12.2010 - bug fixes in PIString, all classes now based on PIString
This commit is contained in:
@@ -2,7 +2,7 @@ project(pip)
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR} .)
|
||||
file(GLOB CPPS "*.cpp")
|
||||
add_definitions(-O2 -g3 -DMV_DEBUG)
|
||||
add_definitions(-O2 -g3 -Wall)
|
||||
add_executable(pip ${CPPS})
|
||||
if (${WIN32})
|
||||
target_link_libraries(pip pthread ws2_32)
|
||||
|
||||
Reference in New Issue
Block a user