Skip to content

Commit

Permalink
feat(ast) ast transformer and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jahan-addison committed Dec 16, 2024
1 parent 9eda66d commit 1b2114e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ endif()
find_package (Python3 COMPONENTS Interpreter Development)
include_directories(${PYTHON_INCLUDE_DIRS})

# Create standalone executable

file(GLOB_RECURSE headers CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}/*.h")
file(GLOB_RECURSE sources CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}/*.cc")

# ---- Create standalone executable ----

add_executable(${PROJECT_NAME} ${sources})

set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 20 OUTPUT_NAME "roxas")
Expand Down
2 changes: 1 addition & 1 deletion external/xion
18 changes: 0 additions & 18 deletions roxas/config.h

This file was deleted.

1 change: 0 additions & 1 deletion roxas/parse_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#pragma once

#include <roxas/config.h>
#include <string>

namespace roxas {
Expand Down

0 comments on commit 1b2114e

Please sign in to comment.