Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMP_CORE is relaying on ${PROJECT_FOLDER_SDK_LIBS} which is empty #322

Open
iaomw opened this issue Jun 27, 2024 · 0 comments
Open

CMP_CORE is relaying on ${PROJECT_FOLDER_SDK_LIBS} which is empty #322

iaomw opened this issue Jun 27, 2024 · 0 comments

Comments

@iaomw
Copy link

iaomw commented Jun 27, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant