mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-05 19:29:01 +00:00
9aaeb83f58
The TCP setup code is currently *nix based and does not build on Windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271194 91177308-0d34-0410-b5e6-96231b3b80d8
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()
|