mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Merge pull request #63 from supersaiyanmode/patch-1
Fix #include for example_with_all.
This commit is contained in:
commit
48c12f52ac
@ -41,6 +41,7 @@ set(PROJECT_INCLUDE_DIR
|
||||
|
||||
include_directories("${PROJECT_INCLUDE_DIR}")
|
||||
include_directories("${PROJECT_SOURCE_DIR}")
|
||||
include_directories("${CMAKE_CURRENT_BINARY_DIR}") # To include crow_all.h
|
||||
|
||||
add_subdirectory(examples)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "../build/crow_all.h"
|
||||
#include "crow_all.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user