mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 05:49:19 +02:00
Merge remote-tracking branch 'Milek7/lua' into mover_in_c++
This commit is contained in:
@@ -33,7 +33,6 @@ set(SOURCES
|
||||
"Float3d.cpp"
|
||||
"Gauge.cpp"
|
||||
"Globals.cpp"
|
||||
"Ground.cpp"
|
||||
"Logs.cpp"
|
||||
"McZapkie/friction.cpp"
|
||||
"McZapkie/hamulce.cpp"
|
||||
@@ -72,6 +71,11 @@ set(SOURCES
|
||||
"lua.cpp"
|
||||
"stdafx.cpp"
|
||||
"uart.cpp"
|
||||
"messaging.cpp"
|
||||
"scene.cpp"
|
||||
"scenenode.cpp"
|
||||
"simulation.cpp"
|
||||
"vertex.cpp"
|
||||
)
|
||||
|
||||
set (ARCH "x86")
|
||||
@@ -183,9 +187,3 @@ target_link_libraries(${PROJECT_NAME} ${LUAJIT_LIBRARIES})
|
||||
find_package(libserialport REQUIRED)
|
||||
include_directories(${libserialport_INCLUDE_DIR})
|
||||
target_link_libraries(${PROJECT_NAME} ${libserialport_LIBRARY})
|
||||
|
||||
if (UNIX)
|
||||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=undefined -g")
|
||||
endif()
|
||||
|
||||
#cotire(${PROJECT_NAME})
|
||||
|
||||
Reference in New Issue
Block a user