Skip to content
Snippets Groups Projects
Commit 42267a76 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

Removing src list from user app exe, because we are linking with lib

parent 93fe80be
No related branches found
No related tags found
2 merge requests!439RCG 5.0 release fro deb 10,!367Build Reorganization Total
......@@ -76,7 +76,7 @@ endif()
#
#Configure and build the model. ${INC_DIRS} is defined by UserspaceVars.cmake
add_executable(${PROJECT_NAME} ${MODEL_SRC_LIST} ${COMMON_SRC_LIST})
add_executable(${PROJECT_NAME} ${MODEL_SRC_LIST} )
target_include_directories(${PROJECT_NAME} PRIVATE ${INC_DIRS})
target_link_libraries(${PROJECT_NAME} PRIVATE ${LIB_NAME})
......
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