mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 21:15:39 +02:00
log mission logs into separate files
This commit is contained in:
18
03_Perun_Lua_Wrapper/experimental/CMakeLists.txt
Normal file
18
03_Perun_Lua_Wrapper/experimental/CMakeLists.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
cmake_minimum_required(VERSION 3.17)
|
||||
project(experimental)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
set (EXPERIMENTAL_SOURCES
|
||||
"src/main.cpp"
|
||||
)
|
||||
|
||||
add_executable(experimental ${EXPERIMENTAL_SOURCES})
|
||||
|
||||
target_link_libraries(
|
||||
lua-5.1.5
|
||||
ws2_32
|
||||
)
|
||||
|
||||
target_include_directories (pierog PUBLIC)
|
||||
#set_target_properties(main PROPERTIES OUTPUT_NAME "perun")
|
||||
Reference in New Issue
Block a user