Skip to content
Snippets Groups Projects
Commit df74ad48 authored by Floris Berendsen's avatar Floris Berendsen
Browse files

COMP: cleanup of files

parent 4a8fffac
No related branches found
No related tags found
No related merge requests found
PROJECT(componenthandshake)
cmake_minimum_required(VERSION 2.8)
cmake_policy(VERSION 2.8)
ADD_DEFINITIONS(
-std=c++11
)
#set(CMAKE_CXX_STANDARD 11)
file(GLOB componenthandshake_SRC
"*.h"
"*.cxx"
"*.hxx"
)
ADD_EXECUTABLE(componenthandshake ${componenthandshake_SRC})
\ No newline at end of file
......@@ -7,6 +7,8 @@ set( ${MODULE}_INCLUDE_DIRS
${${MODULE}_SOURCE_DIR}/ComponentInterface/include
)
source_group("MyHeaders" FILES ${${MODULE}_SOURCE_DIR}/ComponentInterface/include/ComponentBase.h)
# Export libraries
set( ${MODULE}_LIBRARIES
${MODULE}
......@@ -23,7 +25,6 @@ set( ${MODULE}_SOURCE_FILES
${${MODULE}_SOURCE_DIR}/ComponentInterface/src/Metric4thPartyWrapper.cxx
${${MODULE}_SOURCE_DIR}/ComponentInterface/src/SSDMetric3rdPartyComponent.cxx
${${MODULE}_SOURCE_DIR}/ComponentInterface/src/SSDMetric4thPartyComponent.cxx
${${MODULE}_SOURCE_DIR}/ComponentInterface/src/componenthandshake.cxx
)
......
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