소스 검색

Small dep management fix

crazy_things
Ludovic 'Archivist' Lagouardette 10 달 전
부모
커밋
0a79fe2787
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt 파일 보기

@ -22,6 +22,7 @@ include(Catch)
add_library(UserScript STATIC
src/interpreter.cpp
src/lex_parse.cpp)
target_include_directories(UserScript PUBLIC include)
add_executable(ushell script_exe/main.cpp)
target_link_libraries(ushell PUBLIC UserScript)

불러오는 중...
취소
저장