Use a less generic header name for versions
This commit is contained in:
parent
750b644f8c
commit
74a7044fd3
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ set (libdanbooru_SRCS
|
||||||
danboorutag.cpp
|
danboorutag.cpp
|
||||||
utils.cpp)
|
utils.cpp)
|
||||||
|
|
||||||
ecm_setup_version(${libdanbooru_VERSION} VARIABLE_PREFIX LIBDANBOORU VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/version.h)
|
ecm_setup_version(${libdanbooru_VERSION} VARIABLE_PREFIX LIBDANBOORU VERSION_HEADER ${CMAKE_CURRENT_BINARY_DIR}/libdanbooru_version.h)
|
||||||
|
|
||||||
add_library(danbooru STATIC ${libdanbooru_SRCS})
|
add_library(danbooru STATIC ${libdanbooru_SRCS})
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#ifndef DANBOORU_H
|
#ifndef DANBOORU_H
|
||||||
#define DANBOORU_H
|
#define DANBOORU_H
|
||||||
|
|
||||||
#include "version.h"
|
#include "libdanbooru_version.h"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue