diff options
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e7d09a..ba20de1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -199,6 +199,7 @@ if(LITESQL_FOUND) set(USE_DATABASE TRUE) else() add_library(database OBJECT "") + add_custom_target(litesql_generated_sources) endif() # |