mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
some non functional tests
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
# Set sources
|
||||
set(
|
||||
SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_library(
|
||||
api
|
||||
lexer.cpp
|
||||
@@ -12,7 +6,7 @@ add_library(
|
||||
stringUtils.cpp
|
||||
)
|
||||
|
||||
add_executable(transpiler ${SOURCES})
|
||||
add_executable(transpiler main.cpp)
|
||||
target_link_libraries(transpiler api)
|
||||
|
||||
target_compile_options(transpiler PRIVATE -Wall -Wextra -Wpedantic)
|
||||
|
||||
Reference in New Issue
Block a user