mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
PubUtilLib Part IV
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
include_directories("../../CoreLib")
|
||||
include_directories("../../NucleusLib/inc")
|
||||
include_directories("../../NucleusLib")
|
||||
include_directories("../../PubUtilLib")
|
||||
|
||||
set(plTransform_SOURCES
|
||||
hsAffineParts.cpp
|
||||
hsEuler.cpp
|
||||
mat_decomp.cpp
|
||||
)
|
||||
|
||||
set(plTransform_HEADERS
|
||||
hsAffineParts.h
|
||||
hsEuler.h
|
||||
mat_decomp.h
|
||||
)
|
||||
|
||||
add_library(plTransform STATIC ${plTransform_SOURCES} ${plTransform_HEADERS})
|
||||
|
||||
source_group("Source Files" FILES ${plTransform_SOURCES})
|
||||
source_group("Header Files" FILES ${plTransform_HEADERS})
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "HeadSpin.h"
|
||||
#include "hsAffineParts.h"
|
||||
#include "../plInterp/hsInterp.h"
|
||||
#include "plInterp/hsInterp.h"
|
||||
#include "hsStream.h"
|
||||
|
||||
#include "plProfile.h"
|
||||
|
Reference in New Issue
Block a user