diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-02-09 11:21:56 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-02-09 11:21:56 +0000 |
| commit | 4ea176f351eb94ae5990229aaa1d73a95ae62e30 (patch) | |
| tree | 1ffc76d1a8f369f4481a2b2a70df88b01a80cb2a /CMakeLists.txt | |
| parent | a7b36237d7c703c96b6a22c11cf37045d999fcc6 (diff) | |
Setup build system. Removed cmake. Added build instructions to README
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 9694ac2..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -cmake_minimum_required(VERSION 3.10) - -# Set the project name and language -project(blc CXX) - -# Set the C++ standard -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -# Add the include directory -include_directories(${PROJECT_SOURCE_DIR}/include) - -# Gather all source files from the src directory -file(GLOB SOURCES "src/**/*.cpp", "src/*.cpp") -message(STATUS "Sources: ${SOURCES}") - -# Define the executable -add_executable(blc ${SOURCES}) |
