Newer
Older
Import / research / framework / tests / CMakeLists.txt
@John Ryland John Ryland on 22 Dec 2020 363 bytes import NUC files
################################################
#
#  Framework
#  Copyright (C) 2020
#  John Ryland
#  All rights reserved
#
################################################

# add the FrameworkTest executable
add_executable(FrameworkTest main.cpp)
target_include_directories(FrameworkTest PUBLIC ../source)
target_link_libraries(FrameworkTest PUBLIC Framework)