Skip to content

Commit

Permalink
[JMT] A bit of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manzanero committed Aug 13, 2024
1 parent f4a83eb commit b275ddc
Show file tree
Hide file tree
Showing 75 changed files with 0 additions and 195,614 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ include(CMakeDependentOption)
include(GNUInstallDirs)

# Options
option(ENABLE_TEST "Enables tests" ON)
option(WITH_HSL "Set to the location of the HSL zip file" OFF)

file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/thirdparty)
Expand All @@ -34,8 +33,6 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_CXX_EXTENSIONS ON)

include_directories(./)

include(compilerflags)

if (WITH_HSL)
Expand All @@ -47,8 +44,6 @@ if ( ${ENABLE_TEST} )
enable_testing()
list(APPEND CMAKE_CTEST_ARGUMENTS "--verbose")

# Compile the subdirectories
add_subdirectory(./test)
endif()

############# INSTALLATION #################
Expand Down Expand Up @@ -80,8 +75,6 @@ target_include_directories(header_only SYSTEM INTERFACE
"$<INSTALL_INTERFACE:$<INSTALL_PREFIX>/${CMAKE_INSTALL_INCLUDEDIR}/lion/thirdparty/include>"
)

# Install lion
install(DIRECTORY "${CMAKE_SOURCE_DIR}/lion" TYPE INCLUDE)

# Install third party libraries
install(DIRECTORY "${CMAKE_BINARY_DIR}/lion/thirdparty/include/"
Expand Down
45 changes: 0 additions & 45 deletions lion/foundation/constants.h

This file was deleted.

14 changes: 0 additions & 14 deletions lion/foundation/lion_exception.h

This file was deleted.

249 changes: 0 additions & 249 deletions lion/foundation/string_helpers.h

This file was deleted.

Loading

0 comments on commit b275ddc

Please sign in to comment.