Skip to content
Snippets Groups Projects
Commit e04dfe0f authored by Adrien Crovato's avatar Adrien Crovato
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #4102 failed
Showing
with 28 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
# -*- coding: utf-8 -*-
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
# Copyright 2020 University of Liège
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# CMake input file of dart.so
FILE(GLOB SRCS *.h *.cpp *.inl *.hpp)
ADD_LIBRARY(dart SHARED ${SRCS})
MACRO_DebugPostfix(dart)
TARGET_INCLUDE_DIRECTORIES(dart PUBLIC ${PROJECT_SOURCE_DIR}/dart/src)
TARGET_LINK_LIBRARIES(dart tbox)
INSTALL(TARGETS dart DESTINATION ${CMAKE_INSTALL_PREFIX})
SOURCE_GROUP(base REGULAR_EXPRESSION ".*\\.(cpp|inl|hpp|h)")
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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