Skip to content

Commit 464cc27

Browse files
first commit
1 parent 850c5b7 commit 464cc27

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1591
-188
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cmake_minimum_required(VERSION 3.22.1)
22

33
option(USE_SOURCE_LOCATION_TRACKING "Use Feature X" ON)
4+
option(ENABLE_TRACING "Use Feature X" ON)
45

56
project(nautilus_lib)
67

nautilus-api/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ get_source(nautilus-api NES_COMMON_SOURCE_FILES)
77
# Add Library
88
add_library(nautilus-api OBJECT ${NES_COMMON_SOURCE_FILES}
99
include/Interface/DataTypes/Val.hpp
10-
include/Interface/DataTypes/ValPtr.hpp)
10+
include/Interface/DataTypes/ValPtr.hpp
11+
include/Interface/function.hpp
12+
include/engine/jit.hpp
13+
include/engine/interpreter.hpp)
1114
target_link_libraries(nautilus-api PUBLIC nautilus-jit nautilus-common nautilus_fmt)
1215
target_include_directories(nautilus-api PUBLIC
1316
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>

0 commit comments

Comments
 (0)