Compile fix?
This commit is contained in:
parent
014ebb7fe6
commit
2b920f9e21
@ -31,7 +31,6 @@ SET (SRCS
|
|||||||
Cuboid.cpp
|
Cuboid.cpp
|
||||||
DeadlockDetect.cpp
|
DeadlockDetect.cpp
|
||||||
Enchantments.cpp
|
Enchantments.cpp
|
||||||
FastRandom.cpp
|
|
||||||
FurnaceRecipe.cpp
|
FurnaceRecipe.cpp
|
||||||
Globals.cpp
|
Globals.cpp
|
||||||
Inventory.cpp
|
Inventory.cpp
|
||||||
@ -94,7 +93,6 @@ SET (HDRS
|
|||||||
Defines.h
|
Defines.h
|
||||||
Enchantments.h
|
Enchantments.h
|
||||||
Endianness.h
|
Endianness.h
|
||||||
FastRandom.h
|
|
||||||
ForEachChunkProvider.h
|
ForEachChunkProvider.h
|
||||||
FurnaceRecipe.h
|
FurnaceRecipe.h
|
||||||
Globals.h
|
Globals.h
|
||||||
|
@ -15,7 +15,7 @@ SET (SRCS
|
|||||||
Semaphore.cpp
|
Semaphore.cpp
|
||||||
Socket.cpp
|
Socket.cpp
|
||||||
SocketThreads.cpp
|
SocketThreads.cpp
|
||||||
Timer.cpp)
|
)
|
||||||
|
|
||||||
SET (HDRS
|
SET (HDRS
|
||||||
CriticalSection.h
|
CriticalSection.h
|
||||||
@ -29,7 +29,7 @@ SET (HDRS
|
|||||||
Semaphore.h
|
Semaphore.h
|
||||||
Socket.h
|
Socket.h
|
||||||
SocketThreads.h
|
SocketThreads.h
|
||||||
Timer.h)
|
)
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
add_library(OSSupport ${SRCS} ${HDRS})
|
add_library(OSSupport ${SRCS} ${HDRS})
|
||||||
|
Loading…
Reference in New Issue
Block a user