Kaynağa Gözat

Small dep management fix

crazy_things
Ludovic 'Archivist' Lagouardette 10 ay önce
ebeveyn
işleme
0a79fe2787
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet