Use the CMAKE_LINK_SEARCH_START_STATIC and CMAKE_LINK_SEARCH_END_STATIC variables to initialize the LINK_SEARCH_START_STATIC and LINK_SEARCH_END_STATIC target properties respectively.
6 lines
59 B
C
6 lines
59 B
C
#include <math.h>
|
|
int main(void)
|
|
{
|
|
return (int)sin(0);
|
|
}
|