1
0
Fork 0

removed leakfinder form build

This commit is contained in:
Tycho Bickerstaff 2013-12-10 23:04:38 +00:00
parent dd633d5a94
commit 40defa9d2d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ file(GLOB SOURCE
"*.cpp"
)
list(REMOVE_ITEM SOURCE "${PROJECT_SOURCE_DIR}/StackWalker.cpp")
list(REMOVE_ITEM SOURCE "${PROJECT_SOURCE_DIR}/StackWalker.cpp" "${PROJECT_SOURCE_DIR}/LeakFinder.cpp")
add_executable(../MCServer/MCServer ${SOURCE})