Fix installation
FC now installs properly with a `make install`
This commit is contained in:
parent
ea2107d33a
commit
397c10ce19
1 changed files with 2 additions and 1 deletions
|
|
@ -252,7 +252,8 @@ list(APPEND sources ${fc_headers})
|
||||||
add_subdirectory( vendor/websocketpp EXCLUDE_FROM_ALL )
|
add_subdirectory( vendor/websocketpp EXCLUDE_FROM_ALL )
|
||||||
add_subdirectory( vendor/udt4 )
|
add_subdirectory( vendor/udt4 )
|
||||||
|
|
||||||
setup_library( fc SOURCES ${sources} LIBRARY_TYPE STATIC DONT_INSTALL_LIBRARY )
|
setup_library( fc SOURCES ${sources} LIBRARY_TYPE STATIC )
|
||||||
|
install( DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/" DESTINATION include )
|
||||||
|
|
||||||
# begin readline stuff
|
# begin readline stuff
|
||||||
find_package(Curses)
|
find_package(Curses)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue