mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
fix case in cmakelists
This commit is contained in:
@@ -23,9 +23,9 @@ set(SOURCES
|
||||
"Button.cpp"
|
||||
"Camera.cpp"
|
||||
"Console.cpp"
|
||||
"console/LPT.cpp"
|
||||
"Console/LPT.cpp"
|
||||
"Console/MWD.cpp"
|
||||
"console/PoKeys55.cpp"
|
||||
"Console/PoKeys55.cpp"
|
||||
"Driver.cpp"
|
||||
"dumb3d.cpp"
|
||||
"DynObj.cpp"
|
||||
@@ -38,11 +38,11 @@ set(SOURCES
|
||||
"Globals.cpp"
|
||||
"Ground.cpp"
|
||||
"Logs.cpp"
|
||||
"mczapkie/friction.cpp"
|
||||
"mczapkie/hamulce.cpp"
|
||||
"mczapkie/mctools.cpp"
|
||||
"mczapkie/Mover.cpp"
|
||||
"mczapkie/Oerlikon_ESt.cpp"
|
||||
"McZapkie/friction.cpp"
|
||||
"McZapkie/hamulce.cpp"
|
||||
"McZapkie/mctools.cpp"
|
||||
"McZapkie/Mover.cpp"
|
||||
"McZapkie/Oerlikon_ESt.cpp"
|
||||
"MdlMngr.cpp"
|
||||
"MemCell.cpp"
|
||||
"Model3d.cpp"
|
||||
@@ -116,4 +116,4 @@ target_link_libraries(${PROJECT_NAME} ${PNG_LIBRARIES})
|
||||
target_link_libraries(${PROJECT_NAME} ${PNG_LIBRARY})
|
||||
|
||||
find_package(GLM REQUIRED)
|
||||
include_directories(${GLM_INCLUDE_DIRS})
|
||||
include_directories(${GLM_INCLUDE_DIRS})
|
||||
|
||||
Reference in New Issue
Block a user