cmake: fix macos (imguizmo requires c++11)
This commit is contained in:
parent
ff4b2c2b48
commit
51be310ccd
@ -29,6 +29,7 @@ set_target_properties(librw_skeleton
|
|||||||
PROPERTIES
|
PROPERTIES
|
||||||
PREFIX ""
|
PREFIX ""
|
||||||
EXPORT_NAME skeleton
|
EXPORT_NAME skeleton
|
||||||
|
CXX_STANDARD 11
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(librw_skeleton
|
target_link_libraries(librw_skeleton
|
||||||
|
Loading…
x
Reference in New Issue
Block a user