mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
e6a2988e2b
The TCP setup code is currently *nix based and does not build on Windows. llvm-svn: 271194
9 lines
161 B
CMake
9 lines
161 B
CMake
add_subdirectory(Chapter1)
|
|
add_subdirectory(Chapter2)
|
|
add_subdirectory(Chapter3)
|
|
add_subdirectory(Chapter4)
|
|
|
|
if (NOT WIN32)
|
|
add_subdirectory(Chapter5)
|
|
endif()
|