Added comment to create_inital_db.cmake of how to run it

This commit is contained in:
Monty 2020-11-04 19:39:27 +02:00 committed by Sergei Golubchik
parent 5ac05a6172
commit f2e3f0db6d

View file

@ -15,6 +15,10 @@
# This script creates initial database for packaging on Windows
# Force Visual Studio to output to stdout
# This script can be run with "make initial_database" or
# "cmake --build .--target initial_database"
IF(ENV{VS_UNICODE_OUTPUT})
SET ($ENV{VS_UNICODE_OUTPUT})
ENDIF()