diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f03f16..7fde159 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,6 +35,6 @@ aux_source_directory(. SRC) add_executable(fancy ${SRC}) target_link_libraries(fancy base event http) -install(TARGETS fancy DESTINATION ./) install(FILES fancy.conf DESTINATION ./) -install(DIRECTORY html DESTINATION ./) \ No newline at end of file +install(DIRECTORY html DESTINATION ./) +install(TARGETS fancy DESTINATION ./) \ No newline at end of file