see ya later allocator
This commit is contained in:
parent
d7bc7e10ab
commit
aa53a4addb
44 changed files with 32 additions and 1693 deletions
|
|
@ -11,7 +11,7 @@ file(GLOB HEADERS "./public/*.hpp" "./public/*/*.hpp" "./applications/*.hpp")
|
|||
add_library(${PROJECT_NAME} STATIC ${SOURCES} ${HEADERS})
|
||||
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ./public/)
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC Math Containers Allocators)
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC Math Containers)
|
||||
|
||||
### -------------------------- Applications -------------------------- ###
|
||||
add_executable(NumRecTrain applications/NumRecTraining.cpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue