Drop netpuncher from the default build, add script shell

Nicolas Hake 2011-06-03 21:47:12 +02:00
parent 23f67b4c8d
commit 351896c921
1 changed files with 2 additions and 2 deletions

View File

@ -869,7 +869,7 @@ add_executable(c4group
src/C4Include.cpp
)
add_executable(netpuncher
add_executable(netpuncher EXCLUDE_FROM_ALL
src/C4Include.cpp
src/lib/StdBuf.cpp
src/lib/Standard.cpp
@ -880,7 +880,7 @@ add_executable(netpuncher
src/netpuncher/main.cpp
)
add_executable(c4script EXCLUDE_FROM_ALL
add_executable(c4script
src/c4group/C4Group.cpp
src/c4group/C4Group.h
src/c4group/CStdFile.cpp