CMake: Fixed linux builds.
This commit is contained in:
parent
a9e77fe7da
commit
a971dee379
@ -39,7 +39,6 @@ SET (SRCS
|
|||||||
Inventory.cpp
|
Inventory.cpp
|
||||||
Item.cpp
|
Item.cpp
|
||||||
ItemGrid.cpp
|
ItemGrid.cpp
|
||||||
LeakFinder.cpp
|
|
||||||
LightingThread.cpp
|
LightingThread.cpp
|
||||||
LineBlockTracer.cpp
|
LineBlockTracer.cpp
|
||||||
LinearInterpolation.cpp
|
LinearInterpolation.cpp
|
||||||
@ -59,7 +58,6 @@ SET (SRCS
|
|||||||
Scoreboard.cpp
|
Scoreboard.cpp
|
||||||
Server.cpp
|
Server.cpp
|
||||||
SetChunkData.cpp
|
SetChunkData.cpp
|
||||||
StackWalker.cpp
|
|
||||||
Statistics.cpp
|
Statistics.cpp
|
||||||
StringCompression.cpp
|
StringCompression.cpp
|
||||||
StringUtils.cpp
|
StringUtils.cpp
|
||||||
@ -106,7 +104,6 @@ SET (HDRS
|
|||||||
Inventory.h
|
Inventory.h
|
||||||
Item.h
|
Item.h
|
||||||
ItemGrid.h
|
ItemGrid.h
|
||||||
LeakFinder.h
|
|
||||||
LightingThread.h
|
LightingThread.h
|
||||||
LineBlockTracer.h
|
LineBlockTracer.h
|
||||||
LinearInterpolation.h
|
LinearInterpolation.h
|
||||||
@ -116,7 +113,6 @@ SET (HDRS
|
|||||||
Map.h
|
Map.h
|
||||||
MapManager.h
|
MapManager.h
|
||||||
Matrix4.h
|
Matrix4.h
|
||||||
MemoryLeak.h
|
|
||||||
MersenneTwister.h
|
MersenneTwister.h
|
||||||
MobCensus.h
|
MobCensus.h
|
||||||
MobFamilyCollecter.h
|
MobFamilyCollecter.h
|
||||||
@ -130,7 +126,6 @@ SET (HDRS
|
|||||||
Scoreboard.h
|
Scoreboard.h
|
||||||
Server.h
|
Server.h
|
||||||
SetChunkData.h
|
SetChunkData.h
|
||||||
StackWalker.h
|
|
||||||
Statistics.h
|
Statistics.h
|
||||||
StringCompression.h
|
StringCompression.h
|
||||||
StringUtils.h
|
StringUtils.h
|
||||||
@ -178,6 +173,10 @@ if (NOT MSVC)
|
|||||||
else ()
|
else ()
|
||||||
# MSVC-specific handling: Put all files into one project, separate by the folders:
|
# MSVC-specific handling: Put all files into one project, separate by the folders:
|
||||||
|
|
||||||
|
# Add the MSVC-specific LeakFinder sources:
|
||||||
|
list (APPEND SRCS LeakFinder.cpp StackWalker.cpp)
|
||||||
|
list (APPEND HDRS LeakFinder.h StackWalker.h MemoryLeak.h)
|
||||||
|
|
||||||
source_group(Bindings FILES "Bindings/Bindings.cpp" "Bindings/Bindings.h")
|
source_group(Bindings FILES "Bindings/Bindings.cpp" "Bindings/Bindings.h")
|
||||||
|
|
||||||
# Add all subfolders as solution-folders:
|
# Add all subfolders as solution-folders:
|
||||||
|
Loading…
Reference in New Issue
Block a user