Fix link errors
This commit is contained in:
parent
d98c40dac8
commit
8cf91a7505
@ -14,7 +14,7 @@ option(ENABLE_SHARED "Build shared library" ON)
|
|||||||
option(ENABLE_PROFILING "Enable asan" OFF)
|
option(ENABLE_PROFILING "Enable asan" OFF)
|
||||||
mark_as_advanced(ENABLE_PROFILING)
|
mark_as_advanced(ENABLE_PROFILING)
|
||||||
|
|
||||||
set(SOURCE_LIST "src/filerd.cpp" "src/string.cpp" "src/binary.cpp")
|
set(SOURCE_LIST "src/filerd.cpp" "src/string.cpp" "src/binary.cpp" "src/static_string.cpp")
|
||||||
add_library(ensure OBJECT "src/ensure.cpp")
|
add_library(ensure OBJECT "src/ensure.cpp")
|
||||||
target_compile_options(ensure PRIVATE -Wall -Wextra -pedantic -std=c++17)
|
target_compile_options(ensure PRIVATE -Wall -Wextra -pedantic -std=c++17)
|
||||||
if(ENABLE_SHARED)
|
if(ENABLE_SHARED)
|
||||||
|
|||||||
@ -16,7 +16,7 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "rexy/static_string.hpp"
|
#include "rexy/string_base.hpp"
|
||||||
|
|
||||||
namespace rexy{
|
namespace rexy{
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user