Replies: 3 comments 10 replies
-
Hello, first of all congrats about the project, I've been testing today and it seems incredible. I would love to know how can I pass -frtti parameter to the compiler. {
"name": "OF",
"version": "0.11.3",
"externalDependencies": {
"glm" : {
"repository" : "https://github.com/g-truc/glm"
},
"glfw": {
"repository": "https://github.com/glfw/glfw"
}
},
"abstracts:*": {
"language": "C++",
"settings:Cxx": {
"cppStandard": "c++17",
"runtimeTypeInformation": false,
"defines": [
" -frtti"
],
"includeDirs": [
"${external:glm}",
"${external:glfw}",
"/Volumes/tool/ofw/libs/glew/include",
"/Volumes/tool/ofw/libs/tess2/include",
"/Volumes/tool/ofw/libs/utf8/include",
"/Volumes/tool/ofw/libs/Freeimage/include",
"/Volumes/tool/ofw/libs/cairo/include/cairo",
"/Volumes/tool/ofw/libs/curl/include",
"/Volumes/tool/ofw/libs/fmod/include",
"/Volumes/tool/ofw/libs/freetype/include",
"/Volumes/tool/ofw/libs/json/include",
"/Volumes/tool/ofw/libs/pugixml/include",
"/Volumes/tool/ofw/libs/rtAudio/include",
"/Volumes/tool/ofw/libs/uriparser/include"
],
"libDirs": [
"${external:glm}",
"${external:glfw}",
"/Volumes/tool/ofw/libs/glew/include"
],
"macosFrameworks": [
"CoreFoundation",
"CoreAudio",
"CoreVideo",
"AppKit",
"IOKit",
"Carbon",
"Metal",
"AudioToolbox"
]
}
},
"targets": {
"core": {
"kind": "executable",
"language": "C++",
"settings:Cxx": {
"cppStandard": "c++17",
"defines": [
" -frtti"
],
"includeDirs": [
"src/of/libs/openFrameworks",
"src/of/libs/openFrameworks/3d",
"src/of/libs/openFrameworks/app",
"src/of/libs/openFrameworks/communication",
"src/of/libs/openFrameworks/events",
"src/of/libs/openFrameworks/gl",
"src/of/libs/openFrameworks/graphics",
"src/of/libs/openFrameworks/math",
"src/of/libs/openFrameworks/sound",
"src/of/libs/openFrameworks/types",
"src/of/libs/openFrameworks/utils",
"src/of/libs/openFrameworks/video"
]
},
"files": "src/of/examples/3d/3DPrimitivesExample/src/**"
}
},
"distribution": {
"all": {
"kind": "bundle",
"buildTargets": "*"
}
}
}
|
Beta Was this translation helpful? Give feedback.
-
One suggestion on the Chalet site : the search results doesn't point to documentation, nothing happens when I click on them. now I'm trying to research "macosFrameworks" list. it seems frameworks are not being passed to CXX parameters, but it can be something missing here on my side. |
Beta Was this translation helpful? Give feedback.
-
I've built this get-chalet github actions, so hopefully I can use to build libraries and pack them in a zip file, multiplatform
|
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions