mirror of https://github.com/aap/librw.git
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
|
||||
PREFIX ""
|
||||
EXPORT_NAME skeleton
|
||||
CXX_STANDARD 11
|
||||
)
|
||||
|
||||
target_link_libraries(librw_skeleton
|
||||
|
|
Loading…
Reference in New Issue