mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
build fix
This commit is contained in:
parent
53bcbf1550
commit
6cb828cb27
@ -35,5 +35,5 @@ set(TEST_SOURCES test.cpp)
|
|||||||
add_executable(fluent_test ${TEST_SOURCES})
|
add_executable(fluent_test ${TEST_SOURCES})
|
||||||
|
|
||||||
target_link_libraries(fluent_test
|
target_link_libraries(fluent_test
|
||||||
fluent
|
fluent++
|
||||||
)
|
)
|
||||||
|
|||||||
4
fluent++/fluent++.cpp
Normal file
4
fluent++/fluent++.cpp
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
#include "fluent++.hpp"
|
||||||
|
|
||||||
|
void do_export() { }
|
||||||
@ -2,4 +2,8 @@
|
|||||||
#ifndef _FLUENT_HPP_
|
#ifndef _FLUENT_HPP_
|
||||||
#define _FLUENT_HPP_
|
#define _FLUENT_HPP_
|
||||||
|
|
||||||
|
#include "functional_unwrap.hpp"
|
||||||
|
|
||||||
|
void do_export();
|
||||||
|
|
||||||
#endif /// _FLUENT_HPP_
|
#endif /// _FLUENT_HPP_
|
||||||
@ -1,2 +0,0 @@
|
|||||||
|
|
||||||
#include "fluent.hpp"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user