mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
PubUtilLib part III
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
include_directories("../../CoreLib")
|
||||
include_directories("../../NucleusLib")
|
||||
include_directories("../../PubUtilLib")
|
||||
|
||||
set(plMath_SOURCES
|
||||
hsNoiseFunc.cpp
|
||||
hsRadixSort.cpp
|
||||
plAvg.cpp
|
||||
plTriUtils.cpp
|
||||
)
|
||||
|
||||
set(plMath_HEADERS
|
||||
hsNoiseFunc.h
|
||||
hsRadixSort.h
|
||||
hsSearchVersion.h
|
||||
plAvg.h
|
||||
plRandom.h
|
||||
plTriUtils.h
|
||||
)
|
||||
|
||||
add_library(plMath STATIC ${plMath_SOURCES} ${plMath_HEADERS})
|
||||
|
||||
source_group("Source Files" FILES ${plMath_SOURCES})
|
||||
source_group("Header Files" FILES ${plMath_HEADERS})
|
Reference in New Issue
Block a user