Compare commits
No commits in common. "894a5647746fd89f551c46b49782b3802a88e3e4" and "c03eae1c15670244f5300605084eb98fb636b6d1" have entirely different histories.
894a564774
...
c03eae1c15
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ set(UDPC_SOURCES
|
|||
add_compile_options(
|
||||
-Wall -Wextra -Wpedantic -Wno-missing-braces
|
||||
$<$<COMPILE_LANGUAGE:CXX>:-Weffc++>
|
||||
$<$<CONFIG:DEBUG>:-Og>
|
||||
$<$<CONFIG:DEBUG>:-O0>
|
||||
)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2019-2024 Stephen Seo
|
||||
Copyright (c) 2019-2023 Stephen Seo
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
Loading…
Reference in a new issue