mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
CMake: make sure that the *.inc files for libSystem show up in the resulting
project. llvm-svn: 77213
This commit is contained in:
parent
60c53ef86b
commit
a16477fe59
@ -16,6 +16,29 @@ add_llvm_library(LLVMSystem
|
||||
ThreadLocal.cpp
|
||||
Threading.cpp
|
||||
TimeValue.cpp
|
||||
Unix/Alarm.inc
|
||||
Unix/Host.inc
|
||||
Unix/Memory.inc
|
||||
Unix/Mutex.inc
|
||||
Unix/Path.inc
|
||||
Unix/Process.inc
|
||||
Unix/Program.inc
|
||||
Unix/RWMutex.inc
|
||||
Unix/Signals.inc
|
||||
Unix/ThreadLocal.inc
|
||||
Unix/TimeValue.inc
|
||||
Win32/Alarm.inc
|
||||
Win32/DynamicLibrary.inc
|
||||
Win32/Host.inc
|
||||
Win32/Memory.inc
|
||||
Win32/Mutex.inc
|
||||
Win32/Path.inc
|
||||
Win32/Process.inc
|
||||
Win32/Program.inc
|
||||
Win32/RWMutex.inc
|
||||
Win32/Signals.inc
|
||||
Win32/ThreadLocal.inc
|
||||
Win32/TimeValue.inc
|
||||
)
|
||||
|
||||
if( BUILD_SHARED_LIBS AND NOT WIN32 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user