feat: add parameter name class
This commit is contained in:
@@ -21,11 +21,13 @@ add_library(${libName} SHARED
|
||||
../Engine/Parameter/Parameter.cpp
|
||||
../Engine/Parameter/Default.cpp
|
||||
../Engine/Parameter/Range.cpp
|
||||
../Engine/Parameter/PrmName.cpp
|
||||
GopTransform.cpp
|
||||
GopHouse.cpp
|
||||
GopTestCube.cpp
|
||||
GopGeometryImport.cpp
|
||||
GopGrid.cpp
|
||||
GopSineWave.cpp
|
||||
)
|
||||
target_link_libraries(${libName} PRIVATE Qt6::Core Qt6::Widgets Qt6::SvgWidgets Qt6::OpenGLWidgets glm::glm Eigen3::Eigen TBB::tbb)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user