Improved vectors in math.h and adjusted todo acordingly, also fixed a bug in the CMakeList
This commit is contained in:
@@ -40,6 +40,12 @@ file(GLOB_RECURSE SourceFiles
|
||||
)
|
||||
|
||||
add_executable(${BuildDIR}/${EXEName} ${SourceFiles})
|
||||
|
||||
set_target_properties(${BuildDIR}/${EXEName} PROPERTIES
|
||||
CXX_STANDARD 17
|
||||
CXX_EXTENSIONS OFF
|
||||
)
|
||||
|
||||
target_link_libraries(${BuildDIR}/${EXEName}
|
||||
SDL2
|
||||
SDL2_image
|
||||
|
||||
Reference in New Issue
Block a user