Commit 1ff1c9e3 by Heitbrink, David A

Added cmake list file, helps with CMAKE integration

parent a62790f9
cmake_minimum_required(VERSION 3.2)
################################################################################
# Source groups
################################################################################
add_library(nads-boost INTERFACE)
target_include_directories(nads-boost INTERFACE "${PROJECT_SOURCE_DIR}/")
target_link_directories(nads-boost INTERFACE lib)
################################################################################
# Include directories
################################################################################
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment