Initial commit
This commit is contained in:
16
Test/CMakeLists.txt
Normal file
16
Test/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(Test)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
include_directories(../Src)
|
||||
link_directories(../Src/cmake-build-debug)
|
||||
|
||||
add_executable(Test
|
||||
Catch2.h
|
||||
main.cpp
|
||||
|
||||
)
|
||||
|
||||
target_link_libraries(Test {PROJECT_NAME})
|
||||
|
||||
Reference in New Issue
Block a user