Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How do you make .DLLs with CMake ??  (Read 1104 times)

0 Members and 1 Guest are viewing this topic.

Flaze07

  • Jr. Member
  • **
  • Posts: 64
    • View Profile
    • Email
How do you make .DLLs with CMake ??
« on: April 07, 2018, 11:31:04 am »
Look, I know that CMake is not a compiler (because it says so in the tutorial to "compile" sfml) but, if I cannot make a .dlls how do I use the library that I built with CMake ?
(Also, this is a problem regarding thor, because I need to build it with CMake, with SFML, there is no problem with just using the pre-compiled ones)

Ok, just realized that I can actually use the .cbp to compile it with CodeBlocks, and it kinda works because it suddenly terminates after 1 minute and 18 seconds

NVM, it worked, it created one .dll and another of .dll.a ????

Edit : Nevermind it worked, and I can successfully integrate THOR into my Project, but why is it thorlib.dll.a instead of just .a
« Last Edit: April 07, 2018, 02:55:33 pm by eXpl0it3r »

 

anything