Skip to content
Snippets Groups Projects
Commit bea4bf48 authored by Sebastian Alois Eckl's avatar Sebastian Alois Eckl
Browse files

changed name in CMakeLists

parent a8c77eeb
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
########################################################################### ###########################################################################
# Add target to project dependency list # Add target to project dependency list
PROJECT_TARGET_ADD(afm-navigation-binding) PROJECT_TARGET_ADD(afm-navigation-v2-binding)
# Define project Targets # Define project Targets
add_library(afm-navigation-binding MODULE navigation-api.c) add_library(afm-navigation-v2-binding MODULE navigation-api.c)
# Binder exposes a unique public entry point # Binder exposes a unique public entry point
SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment