You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the of project is compiled by make system, But in my case, my project is compiled by cmake, and I want to link of's .so/.a libraries into my project. I saw the makefile and compile command line:
, so I want to link the commond line's libs by target_link_libraries / target_include_directories in cmake. Is there any problem in this way? and aother question: I saw when addons is used by of project, the addon source code is compiled with my code together, So, I must add the addon's to my cmake's add_executable ?
In general, I want to use of as a library, link to my program( which is not compiled by cmake), process ofAppNoWindow / ofRunMainLoop in my source code, can you give me some compile's advices? thankyou!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, the of project is compiled by make system, But in my case, my project is compiled by cmake, and I want to link of's .so/.a libraries into my project. I saw the makefile and compile command line:
, so I want to link the commond line's libs by target_link_libraries / target_include_directories in cmake. Is there any problem in this way? and aother question: I saw when addons is used by of project, the addon source code is compiled with my code together, So, I must add the addon's to my cmake's add_executable ?
In general, I want to use of as a library, link to my program( which is not compiled by cmake), process ofAppNoWindow / ofRunMainLoop in my source code, can you give me some compile's advices? thankyou!
Beta Was this translation helpful? Give feedback.
All reactions