Skip to content

Commit 995bc91

Browse files
committed
fix(cmake): add whereami.c to binaries
1 parent 71968dd commit 995bc91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ target_link_libraries(yakshac PUBLIC ${YAKSHA_COMMON_LIBS})
5757
target_compile_features(yakshac PRIVATE cxx_std_17)
5858

5959
# -- yakshavz - visualizer --
60-
add_executable(yakshavz src/viz_main.cpp)
60+
add_executable(yakshavz src/viz_main.cpp runtime/whereami.c)
6161
target_link_libraries(yakshavz PUBLIC ${YAKSHA_COMMON_LIBS})
6262
target_compile_features(yakshavz PRIVATE cxx_std_17)
6363

6464

6565
# -- yakshadmp - syntax extractor --
66-
add_executable(yakshadmp src/dump.cpp)
66+
add_executable(yakshadmp src/dump.cpp runtime/whereami.c)
6767
target_link_libraries(yakshadmp PUBLIC ${YAKSHA_COMMON_LIBS})
6868
target_compile_features(yakshadmp PRIVATE cxx_std_17)
6969

0 commit comments

Comments
 (0)