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
I am trying to build my project with only cmp_core. But it cannot compile with ${PROJECT_FOLDER_SDK_LIBS}, because it's empty.
While I see this value is been set in your root CMakeList.txt. It's way too complex to work with that file.
Here is my cmake code below. How to make it compile with cmp_core without any problem?
add_subdirectory(compressonator/cmp_core)
target_include_directories(projectname PUBLIC
./compressonator/cmp_core/source
)
target_link_libraries(projectname PRIVATE CMP_Core)
The text was updated successfully, but these errors were encountered:
I am trying to build my project with only cmp_core. But it cannot compile with ${PROJECT_FOLDER_SDK_LIBS}, because it's empty.
While I see this value is been set in your root CMakeList.txt. It's way too complex to work with that file.
Here is my cmake code below. How to make it compile with cmp_core without any problem?
The text was updated successfully, but these errors were encountered: