Refactoring of tokenizer and stream classes for better efficiency and maintainability.
This commit is contained in:
@@ -7,13 +7,9 @@ set(includes
|
||||
${PROJECT_SOURCE_DIR}/../../lib/catch/single_include
|
||||
)
|
||||
|
||||
set(libraries
|
||||
tokenize
|
||||
)
|
||||
|
||||
add_executable(${target} ${core_sources})
|
||||
target_include_directories(${target} PRIVATE ${includes})
|
||||
target_link_libraries(${target} ${libraries})
|
||||
target_link_libraries(${target})
|
||||
|
||||
add_custom_target(run-tokenize-tests
|
||||
COMMAND ${CMAKE_BINARY_DIR}/bin/tokenize-tests --use-colour=yes
|
||||
|
Reference in New Issue
Block a user