Cleaned up structure

This commit is contained in:
Rafał Grodziński
2025-06-21 13:33:50 +09:00
parent a1bb97a597
commit 7a76bb7e33
16 changed files with 29 additions and 27 deletions

View File

@@ -12,4 +12,6 @@ file(GLOB_RECURSE SOURCES
src/**/*.cpp)
add_executable(brb ${SOURCES})
target_include_directories(brb PRIVATE ${CMAKE_SOURCE_DIR}/src)
target_link_libraries(brb llvm)