mirror of
https://onedev.site.tesses.net/crosslang/better-crosslang
synced 2026-02-08 10:15:45 +00:00
First commit
This commit is contained in:
14
CMakeLists.txt
Normal file
14
CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
|
||||
project(BetterCrossLangCompiler)
|
||||
|
||||
find_package(TessesCrossLang REQUIRED)
|
||||
|
||||
add_executable(bcrossc
|
||||
src/bcrossc.cpp
|
||||
src/node.cpp
|
||||
src/parser.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(bcrossc PUBLIC TessesCrossLang::crosslang_shared)
|
||||
Reference in New Issue
Block a user