Skip to content

PencilPushr/DiscordHook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordHook

Building

In order to switch between building the files in executable_ver and library_ver.
You will edit the CMakeLists.txt, which is as follows:

  1. CMakeLists.txt > option(BUILD_EXECUTABLE "Build as executable instead of lib" ON) > set(BUILD_EXECUTABLE OFF)
  2. if BUILD_EXECUTABLE is OFF, the Library_ver files will be compiled and produce a .dll file
  3. Otherwise if set to ON; will produce and .exe

Edit the set() function to ON or OFF as desired.
This is the last function that edits the BUILD_EXECUTABLE variable.
Alternatively just delete the set(BUILD_EXECUTABLE OFF) entirely.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published