mirror of
https://github.com/TinyAtoms/mirror-test
synced 2024-11-14 04:46:52 +00:00
test
This commit is contained in:
commit
44dd77d717
18
CMakeLists.txt
Normal file
18
CMakeLists.txt
Normal file
@ -0,0 +1,18 @@
|
||||
cmake_minimum_required(VERSION 3.7...3.19)
|
||||
|
||||
if (${CMAKE_VERSION} VERSION_LESS 3.12)
|
||||
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
|
||||
endif ()
|
||||
|
||||
project(test VERSION 1.0
|
||||
DESCRIPTION "mirror test"
|
||||
LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# Sagar's Linear Probing
|
||||
add_executable(mirror-test
|
||||
${PROJECT_SOURCE_DIR}/main.cpp
|
||||
)
|
Loading…
Reference in New Issue
Block a user